Disabled well-formedness temporarily.
Simon Meier found some problems with the draft implementation, so it is disabled for now.
This commit is contained in:
parent
8fe754f4ec
commit
ce9891d351
@ -2194,8 +2194,10 @@ preprocess (const System sys)
|
|||||||
/*
|
/*
|
||||||
* Check well-formedness
|
* Check well-formedness
|
||||||
*/
|
*/
|
||||||
|
/* TODO Temporarily disabled wellformedness check (well-formedness) after Simon bug reporting.
|
||||||
if (sys->knowledgedefined)
|
if (sys->knowledgedefined)
|
||||||
{
|
{
|
||||||
checkWellFormed (sys);
|
checkWellFormed (sys);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user