Types in separate file. Other stuff...
This commit is contained in:
8
rs.cc
8
rs.cc
@@ -172,14 +172,12 @@ void RctSys::showInitialStates(void)
|
||||
|
||||
void RctSys::printSystem(void)
|
||||
{
|
||||
showInitialStates();
|
||||
if (!usingContextAutomaton())
|
||||
showInitialStates();
|
||||
showActionEntities();
|
||||
showReactions();
|
||||
|
||||
if (ctx_aut != nullptr)
|
||||
{
|
||||
ctx_aut->printAutomaton();
|
||||
}
|
||||
if (ctx_aut != nullptr) ctx_aut->printAutomaton();
|
||||
}
|
||||
|
||||
void RctSys::ctxAutEnable(void)
|
||||
|
||||
Reference in New Issue
Block a user