mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Do not assert when a field editor cannot be created
This commit is contained in:
@@ -265,7 +265,10 @@ void PdmUiDefaultObjectEditor::recursiveSetupFieldsAndGroups(const std::vector<P
|
|||||||
// is included
|
// is included
|
||||||
//
|
//
|
||||||
// See cafPdmUiCoreColor3f and cafPdmUiCoreVec3d
|
// See cafPdmUiCoreColor3f and cafPdmUiCoreVec3d
|
||||||
assert(false);
|
|
||||||
|
// This assert will trigger for PdmChildArrayField and PdmChildField
|
||||||
|
// Consider to exclude assert or add editors for these types if the assert is reintroduced
|
||||||
|
//assert(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user