[FEM] Elmer: fix pipeline update issue
- the existing result pipeline can have several children. They must all be updated.
This commit is contained in:
@@ -226,6 +226,12 @@ void FemPostPipeline::onChanged(const Property* prop)
|
||||
|
||||
}
|
||||
|
||||
void FemPostPipeline::recomputeChildren()
|
||||
{
|
||||
for (const auto &obj : Filter.getValues())
|
||||
obj->touch();
|
||||
}
|
||||
|
||||
FemPostObject* FemPostPipeline::getLastPostObject() {
|
||||
|
||||
if (Filter.getValues().empty())
|
||||
|
||||
Reference in New Issue
Block a user