Changeset 20276
- Timestamp:
- 03/01/16 20:13:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r20246 r20276 2587 2587 2588 2588 /*First things first, store the communicator, and set it as a global variable: */ 2589 this->comm=incomm; 2590 IssmComm::SetComm(this->comm); 2589 IssmComm::SetComm(incomm); 2591 2590 2592 2591 /*Start profiler: */ … … 2601 2600 this->InitFromBuffers((char*)buffer,buffersize,toolkits, solution_type,trace,NULL); 2602 2601 profiler->Tag(FinishInit); 2602 2603 /*Save communicator in the parameters dataset: */ 2604 this->parameters->AddObject(new IntParam(FemModelCommEnum,incomm)); 2603 2605 2604 2606 }
Note:
See TracChangeset
for help on using the changeset viewer.