Reindent of the code revealed that some was not indented nicely yet. Silly.
This commit is contained in:
parent
4c469cf848
commit
c729d13a00
@ -2214,9 +2214,9 @@ preprocess (const System sys)
|
||||
* Check well-formedness
|
||||
*/
|
||||
/* TODO Temporarily disabled wellformedness check (well-formedness) after Simon bug reporting.
|
||||
if (sys->knowledgedefined)
|
||||
{
|
||||
checkWellFormed (sys);
|
||||
}
|
||||
*/
|
||||
if (sys->knowledgedefined)
|
||||
{
|
||||
checkWellFormed (sys);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
@ -116,10 +116,10 @@ void
|
||||
initialIntruderKnowledge (const System sys)
|
||||
{
|
||||
/*
|
||||
TODO this is buggy and leads to a segfault with Simon's example (bug report for wellformedness check)
|
||||
Disabled for now.
|
||||
./scyther-linux simple-challenge-SEGFAULT.spdl
|
||||
*/
|
||||
TODO this is buggy and leads to a segfault with Simon's example (bug report for wellformedness check)
|
||||
Disabled for now.
|
||||
./scyther-linux simple-challenge-SEGFAULT.spdl
|
||||
*/
|
||||
return;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user