Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
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
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