Skip to content

Commit b872a6c

Browse files
committed
only initialize adiabatic_conditions once
1 parent 0d715e1 commit b872a6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/simulator/core.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ namespace aspect
276276
free_surface.reset( new FreeSurfaceHandler( *this, prm ) );
277277
}
278278

279-
adiabatic_conditions->initialize();
280-
281279
postprocess_manager.parse_parameters (prm);
282280
postprocess_manager.initialize (*this);
283281

0 commit comments

Comments
 (0)