Index: /issm/trunk/src/c/objects/Patch.cpp
===================================================================
--- /issm/trunk/src/c/objects/Patch.cpp	(revision 6850)
+++ /issm/trunk/src/c/objects/Patch.cpp	(revision 6851)
@@ -109,6 +109,6 @@
 }
 /*}}}*/
-/*FUNCTION Patch::MPI_Gather{{{1*/
-void Patch::MPI_Gather(void){
+/*FUNCTION Patch::Gather{{{1*/
+void Patch::Gather(void){
 
 	int         i;
Index: /issm/trunk/src/c/objects/Patch.h
===================================================================
--- /issm/trunk/src/c/objects/Patch.h	(revision 6850)
+++ /issm/trunk/src/c/objects/Patch.h	(revision 6851)
@@ -44,5 +44,5 @@
 		void fillelementinfo(int row, int element_id, int* vertices_ids, int num_vertices);
 		void fillresultinfo(int row,int enum_type,int step, double time, int interpolation, double* nodal_values, int num_nodes);
-		void MPI_Gather(void);
+		void Gather(void);
 
 };
