Changeset 6851


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

MPI_Gather routine conflicting with MPI_Gather from MPI2, renamed

Location:
issm/trunk/src/c/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Patch.cpp

    r4873 r6851  
    109109}
    110110/*}}}*/
    111 /*FUNCTION Patch::MPI_Gather{{{1*/
    112 void Patch::MPI_Gather(void){
     111/*FUNCTION Patch::Gather{{{1*/
     112void Patch::Gather(void){
    113113
    114114        int         i;
  • issm/trunk/src/c/objects/Patch.h

    r4316 r6851  
    4444                void fillelementinfo(int row, int element_id, int* vertices_ids, int num_vertices);
    4545                void fillresultinfo(int row,int enum_type,int step, double time, int interpolation, double* nodal_values, int num_nodes);
    46                 void MPI_Gather(void);
     46                void Gather(void);
    4747
    4848};
Note: See TracChangeset for help on using the changeset viewer.