Changeset 20803
- Timestamp:
- 06/24/16 09:53:22 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/controlad_core.cpp
r19344 r20803 141 141 femmodel->parameters->FindParam(&restartfilename,RestartFileNameEnum); 142 142 143 femmodel=new FemModel(rootpath, inputfilename, outputfilename, toolkitsfilename, lockfilename, restartfilename, femmodel->comm, femmodel->solution_type,NULL);143 femmodel=new FemModel(rootpath, inputfilename, outputfilename, toolkitsfilename, lockfilename, restartfilename,IssmComm::GetComm(), femmodel->solution_type,NULL); 144 144 145 145 … … 269 269 femmodel->parameters->FindParam(&restartfilename,RestartFileNameEnum); 270 270 271 femmodelad=new FemModel(rootpath, inputfilename, outputfilename, toolkitsfilename, lockfilename, restartfilename, femmodel->comm, femmodel->solution_type,X);271 femmodelad=new FemModel(rootpath, inputfilename, outputfilename, toolkitsfilename, lockfilename, restartfilename,IssmComm::GetComm(), femmodel->solution_type,X); 272 272 femmodel=femmodelad; //We can do this, because femmodel is being called from outside, not by reference, so we won't erase it 273 273
Note:
See TracChangeset
for help on using the changeset viewer.