- Old state/time info has now been removed. This was only needed for the
POR engine anyway, so that's where it is shown now.
This commit is contained in:
parent
32f226f782
commit
cb2aef3915
@ -304,8 +304,12 @@ timersPrint (const System sys)
|
||||
globalError++;
|
||||
}
|
||||
|
||||
//**********************************************************************
|
||||
|
||||
/* states traversed */
|
||||
|
||||
if (switches.engine == POR_ENGINE)
|
||||
{
|
||||
eprintf ("states\t");
|
||||
statesPrintShort (sys);
|
||||
eprintf ("\n");
|
||||
@ -358,6 +362,9 @@ timersPrint (const System sys)
|
||||
eprintf ("<inf>\n");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
//**********************************************************************
|
||||
|
||||
/* Print also individual claims */
|
||||
/* Note that if the output is set to empty, the claim output is redirected to stdout (for e.g. processing)
|
||||
|
Loading…
Reference in New Issue
Block a user