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:
parent
8ad3f9b8c3
commit
82903afa25
@ -265,7 +265,10 @@ void PdmUiDefaultObjectEditor::recursiveSetupFieldsAndGroups(const std::vector<P
|
||||
// is included
|
||||
//
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user