Eval
- Debug mode can now be disabled.
This commit is contained in:
@@ -201,9 +201,9 @@ void Eval::ambiguity (bool value)
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Eval::debug ()
|
||||
void Eval::debug (bool value)
|
||||
{
|
||||
_debug = true;
|
||||
_debug = value;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user