Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d143b52

Browse files
committed
nearly complete build of synchronous engine
1 parent 74ac219 commit d143b52

8 files changed

Lines changed: 657 additions & 1261 deletions

File tree

src/graphlab/engine/iengine.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ namespace graphlab {
164164
virtual void set_options(const graphlab_options& opts) = 0;
165165

166166
/** \brief get the current engine options. */
167-
virtual const graphlab_options& get_options() = 0;
167+
// virtual const graphlab_options& get_options() = 0;
168168

169169

170170

0 commit comments

Comments
 (0)