Skip to content
Snippets Groups Projects
Commit a155bbd6 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Move where the "pause" option is applied

At the suggestion/request of Andre Robitaille.

This option was originally added for debugging use, but may as well move it if it's useful in another way.
parent 35cf446f
No related branches found
No related tags found
No related merge requests found
......@@ -661,14 +661,13 @@ int main(int argc, char **argv)
printf("extaux=%"PRIu32"\n",node.extaux);
} /* debug */
if(pause) {
printf("Hit enter...");
getchar();
printf("\n");
}
} /* if(!node_num) */
if(pause) {
printf("Hit enter...");
getchar();
printf("\n");
}
if(!loop)
break;
SLEEP(1000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment