Skip to content
Snippets Groups Projects
Commit c1bd5d23 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 7339be7f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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