Update src/Mod/Fem/App/FemPostPipeline.cpp

This commit is contained in:
Chris Hennes
2024-12-06 11:29:37 -06:00
committed by GitHub
parent c01e9ed63b
commit 7bd413066f

View File

@@ -169,7 +169,7 @@ void FemPostPipeline::onChanged(const Property* prop)
// dependent on mode
++it;
for (; it != objs.end(); ++it) {
FemPostFilter* nextFilter = static_cast<FemPostFilter*>(*it);
auto* nextFilter = static_cast<FemPostFilter*>(*it);
if (Mode.getValue() == 0) { // serial mode
if (nextFilter->Input.getValue() != filter) {