Skip to content

Commit

Permalink
Fix default config
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Nov 24, 2021
1 parent fa169fe commit 9341d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ int main(int argc, char **argv)
char broker_ip[16];
strcpy(broker_ip, "127.0.0.1");

bool new_grid_calc = false;
bool new_grid_calc = true;
int command;
while ((command = getopt(argc, argv, "g:a:o")) != -1)
{
Expand Down

0 comments on commit 9341d15

Please sign in to comment.