- Minor update to state progress bar cleaner.

This commit is contained in:
ccremers 2004-07-21 11:03:49 +00:00
parent 45950e3e56
commit 6e8dcf8598

View File

@ -658,7 +658,8 @@ modelCheck (const System sys)
/* clean up any states display */ /* clean up any states display */
if (sys->switchS > 0) if (sys->switchS > 0)
{ {
fprintf (stderr, " \r"); // States: 1.000e+06
fprintf (stderr, " \r");
} }
timersPrint (sys); timersPrint (sys);