Changeset 6851
- Timestamp:
- 12/29/10 18:15:52 (14 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Patch.cpp
r4873 r6851 109 109 } 110 110 /*}}}*/ 111 /*FUNCTION Patch:: MPI_Gather{{{1*/112 void Patch:: MPI_Gather(void){111 /*FUNCTION Patch::Gather{{{1*/ 112 void Patch::Gather(void){ 113 113 114 114 int i; -
issm/trunk/src/c/objects/Patch.h
r4316 r6851 44 44 void fillelementinfo(int row, int element_id, int* vertices_ids, int num_vertices); 45 45 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); 47 47 48 48 };
Note:
See TracChangeset
for help on using the changeset viewer.