Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
compiling version
  • Loading branch information
akyrola committed Aug 14, 2013
commit 8c6564abccc5ee04bbe45e04dae7012eac311d8a
2 changes: 1 addition & 1 deletion example_apps/randomwalks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ int main(int argc, const char ** argv) {

/* Detect the number of shards or preprocess an input to create them */
bool preexisting_shards;
int nshards = convert_if_notexists<vid_t>(filename, get_option_string("nshards", "auto"), preexisting_shards);
int nshards = convert_if_notexists<vid_t, dummy>(filename, get_option_string("nshards", "auto"), preexisting_shards);

/* Run */
RandomWalkProgram program;
Expand Down
Loading