Changeset 20276


Ignore:
Timestamp:
03/01/16 20:13:56 (9 years ago)
Author:
Eric.Larour
Message:

CHG (JS): udpated special constructor for javascript exexcutable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r20246 r20276  
    25872587
    25882588        /*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);
    25912590
    25922591        /*Start profiler: */
     
    26012600        this->InitFromBuffers((char*)buffer,buffersize,toolkits, solution_type,trace,NULL);
    26022601        profiler->Tag(FinishInit);
     2602       
     2603        /*Save communicator in the parameters dataset: */
     2604        this->parameters->AddObject(new IntParam(FemModelCommEnum,incomm));
    26032605
    26042606}
Note: See TracChangeset for help on using the changeset viewer.