summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/pm/occCheckstop.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/pm/occCheckstop.C')
-rw-r--r--src/usr/isteps/pm/occCheckstop.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/isteps/pm/occCheckstop.C b/src/usr/isteps/pm/occCheckstop.C
index c42996728..44b7296f0 100644
--- a/src/usr/isteps/pm/occCheckstop.C
+++ b/src/usr/isteps/pm/occCheckstop.C
@@ -293,6 +293,13 @@ namespace HBOCC
break;
}
+ // Need to clear out some state variables that get messed up
+ // during the PM Reset, e.g. the FIR Init flags
+ l_errl = HBPM::resetPMAll(HBPM::CLEAR_ATTRIBUTES);
+ if( l_errl )
+ {
+ break;
+ }
} while(0);
OpenPOWER on IntegriCloud