- 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++;
|
globalError++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//**********************************************************************
|
||||||
|
|
||||||
/* states traversed */
|
/* states traversed */
|
||||||
|
|
||||||
|
if (switches.engine == POR_ENGINE)
|
||||||
|
{
|
||||||
eprintf ("states\t");
|
eprintf ("states\t");
|
||||||
statesPrintShort (sys);
|
statesPrintShort (sys);
|
||||||
eprintf ("\n");
|
eprintf ("\n");
|
||||||
@ -358,6 +362,9 @@ timersPrint (const System sys)
|
|||||||
eprintf ("<inf>\n");
|
eprintf ("<inf>\n");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
//**********************************************************************
|
||||||
|
|
||||||
/* Print also individual claims */
|
/* Print also individual claims */
|
||||||
/* Note that if the output is set to empty, the claim output is redirected to stdout (for e.g. processing)
|
/* 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