Skip to content

Commit c4daa18

Browse files
committed
AL: compilation fix
1 parent 00bed67 commit c4daa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/RemeshMeandr/AdaptSubSystem.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void AdaptSubSystem::run()
156156

157157
// set the handle to the global states in the
158158
// convergence method
159-
m_convergenceMethod[0]->setGlobalStates(states);
159+
// m_convergenceMethod[0]->setGlobalStates(states);
160160

161161
Stopwatch<WallTime> stopTimer;
162162
stopTimer.start();

0 commit comments

Comments
 (0)