- Initial knowledge displayed when running --check.
This commit is contained in:
parent
f00392ac3e
commit
4e085f0eb8
@ -867,7 +867,8 @@ roleCompile (Term nameterm, Tac tc)
|
|||||||
void
|
void
|
||||||
roleKnows (Tac tc)
|
roleKnows (Tac tc)
|
||||||
{
|
{
|
||||||
thisRole->knows = termlistConcat (thisRole->knows, tacTermlist (tc->t1.tac));
|
thisRole->knows =
|
||||||
|
termlistConcat (thisRole->knows, tacTermlist (tc->t1.tac));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
@ -1812,6 +1813,9 @@ preprocess (const System sys)
|
|||||||
* compute hidelevels
|
* compute hidelevels
|
||||||
*/
|
*/
|
||||||
hidelevelCompute (sys);
|
hidelevelCompute (sys);
|
||||||
|
|
||||||
|
if (switches.check)
|
||||||
|
{
|
||||||
/*
|
/*
|
||||||
* display initial role knowledge
|
* display initial role knowledge
|
||||||
*/
|
*/
|
||||||
@ -1826,3 +1830,4 @@ preprocess (const System sys)
|
|||||||
}
|
}
|
||||||
iterateRoles (sys, showRK);
|
iterateRoles (sys, showRK);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user