Index: /issm/trunk-jpl/src/m/modules/InterpFromMeshToMesh2d.m
===================================================================
--- /issm/trunk-jpl/src/m/modules/InterpFromMeshToMesh2d.m	(revision 23167)
+++ /issm/trunk-jpl/src/m/modules/InterpFromMeshToMesh2d.m	(revision 23168)
@@ -6,9 +6,9 @@
 %      or data_interp=InterpFromMeshToMesh2d(index,x,y,data,x_interp,y_interp,OPTIONS);
 %
-%   index:	index of the mesh where data is defined
-%   x,y:	coordinates of the nodes where data is defined
-%   data:	matrix holding the data to be interpolated onto the mesh (one column per field)
-%   x_interp,y_interp:	coordinates of the points onto which we interpolate
-%   data_interp:	vector of mesh interpolated data
+%   index             : index of the mesh where data is defined (e.g. md.mesh.elements)
+%   x,y               : coordinates of the nodes where data is defined
+%   data              : matrix holding the data to be interpolated onto the mesh (one column per field)
+%   x_interp,y_interp : coordinates of the points onto which we interpolate
+%   data_interp       : vector of mesh interpolated data
 %   Available options:
 %      default:	default value if point is outsite of triangulation (instead of linear interpolation)
Index: /issm/trunk-jpl/src/m/modules/InterpFromMeshToMesh2d.py
===================================================================
--- /issm/trunk-jpl/src/m/modules/InterpFromMeshToMesh2d.py	(revision 23167)
+++ /issm/trunk-jpl/src/m/modules/InterpFromMeshToMesh2d.py	(revision 23168)
@@ -9,5 +9,5 @@
 			or data_interp=InterpFromMeshToMesh2d(index,x,y,data,x_interp,y_interp,OPTIONS);
 		
-		index:	index of the mesh where data is defined
+		index:	index of the mesh where data is defined (e.g. md.mesh.elements)
 		x,y:	coordinates of the nodes where data is defined
 		data:	matrix holding the data to be interpolated onto the mesh (one column per field)
Index: /issm/trunk-jpl/src/wrappers/InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp
===================================================================
--- /issm/trunk-jpl/src/wrappers/InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp	(revision 23167)
+++ /issm/trunk-jpl/src/wrappers/InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp	(revision 23168)
@@ -14,5 +14,5 @@
 	_printf0_("      or data_interp=InterpFromMeshToMesh2d(index,x,y,data,x_interp,y_interp,OPTIONS);\n");
 	_printf0_("\n");
-	_printf0_("      index             : index of the mesh where data is defined\n");
+	_printf0_("      index             : index of the mesh where data is defined (e.g. md.mesh.elements)\n");
 	_printf0_("      x,y               : coordinates of the nodes where data is defined\n");
 	_printf0_("      data              : matrix holding the data to be interpolated onto the mesh. (one column per field)\n");
