- 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:
ccremers 2005-12-26 16:28:45 +00:00
parent 32f226f782
commit cb2aef3915

View File

@ -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)