GCS: enable to invalidate diagnosis result
This commit is contained in:
committed by
abdullahtahiriyo
parent
170eb8c4fd
commit
13d8a16047
@@ -548,6 +548,13 @@ void System::clear()
|
||||
p2c.clear();
|
||||
}
|
||||
|
||||
void System::invalidatedDiagnosis()
|
||||
{
|
||||
hasDiagnosis=false;
|
||||
pDependentParameters.clear();
|
||||
pDependentParametersGroups.clear();
|
||||
}
|
||||
|
||||
void System::clearByTag(int tagId)
|
||||
{
|
||||
std::vector<Constraint *> constrvec;
|
||||
|
||||
Reference in New Issue
Block a user