Index: /issm/trunk-jpl/src/wrappers/MeshProfileIntersection/MeshProfileIntersection.cpp
===================================================================
--- /issm/trunk-jpl/src/wrappers/MeshProfileIntersection/MeshProfileIntersection.cpp	(revision 14216)
+++ /issm/trunk-jpl/src/wrappers/MeshProfileIntersection/MeshProfileIntersection.cpp	(revision 14217)
@@ -45,12 +45,12 @@
 	
 	//contours
-	DataSet *domain = NULL;
-	Contour<double>** contours=NULL;
-	int       numcontours;
-	Contour<double>*  contouri=NULL;
+	DataSet          *domain      = NULL;
+	Contour<double> **contours=NULL;
+	int               numcontours;
+	Contour<double>  *contouri=NULL;
 
 	/* output: */
-	double* segments=NULL;
-	int     numsegs;
+	int* segments=NULL;
+	int  numsegs;
 
 	/*Boot module: */
@@ -82,15 +82,4 @@
 		*(contours+i)=(Contour<double>*)domain->GetObjectByOffset(i);
 
-	/* Debugging of contours :{{{1*/
-	/*for(i=0;i<numcontours;i++){
-		_printLine_("\nContour echo: contour number  " << i+1 << " / " << numcontours);
-		contouri=*(contours+i);
-		_printLine_("   Number of vertices " << contouri->nods);
-		for (j=0;j<contouri->nods;j++){
-			_printLine_("   " << *(contouri->x+j) << "f " << *(contouri->y+j) << "f");
-		}
-	}*/
-	/*}}}*/
-
 	/*Run interpolation routine: */
 	MeshProfileIntersectionx(&segments,&numsegs,index,x,y,nel,nods,contours,numcontours);
