Ignore:
Timestamp:
10/18/13 15:54:53 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: new output API for stressbalance. No call to InputToResults, Results are directly put into femmodel->results as parallel vectors

File:
1 edited

Legend:

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

    r16102 r16461  
    302302
    303303        local_nelem=this->Size();
    304         ISSM_MPI_Allreduce ( (void*)&local_nelem,(void*)&numberofelements,1,ISSM_MPI_INT,ISSM_MPI_SUM,IssmComm::GetComm());
     304        ISSM_MPI_Allreduce((void*)&local_nelem,(void*)&numberofelements,1,ISSM_MPI_INT,ISSM_MPI_SUM,IssmComm::GetComm());
    305305
    306306        return numberofelements;
Note: See TracChangeset for help on using the changeset viewer.