Index: /issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp
===================================================================
--- /issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp	(revision 8268)
+++ /issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp	(revision 8269)
@@ -5,14 +5,9 @@
 	[in_nod,in_elem]=ContourToMesh(index,x,y,contours,interptype,edgevalue);
 	
-	where:
-
 	input:
 
 		index,x,y: delaunay triangulation.
-		
 		contours: structure holding sets of vertices making open contours. 
-		
 		interptype: string definining type of interpolation ('element', or 'node', or 'element and node');
-
 		edgevalue: integer (0, 1 or 2) defining the value associated to the nodes on the edges of the polygons
 
