Changeset 6850


Ignore:
Timestamp:
12/29/10 18:15:39 (14 years ago)
Author:
Eric.Larour
Message:

MPI_Gather routine conflicting with MPI_Gather from MPI2, renamed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Container/Elements.cpp

    r6411 r6850  
    189189        /*Gather onto master cpu 0, if needed: */
    190190#ifdef _PARALLEL_
    191         if(io_gather)patch->MPI_Gather();
     191        if(io_gather)patch->Gather();
    192192#endif
    193193
Note: See TracChangeset for help on using the changeset viewer.