Index: /issm/trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.cpp
===================================================================
--- /issm/trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.cpp	(revision 12992)
+++ /issm/trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.cpp	(revision 12993)
@@ -66,5 +66,5 @@
 		mexPrintf("   %s format error.\n", __FUNCT__);
 		TriMeshProcessRiftsUsage();
-		_error_("bad usage");
+		_error2_("bad usage");
 	}
 
@@ -81,5 +81,5 @@
 	}
 	else{
-		_error_("first argument should be the element list");
+		_error2_("first argument should be the element list");
 	}
 
@@ -94,5 +94,5 @@
 	}
 	else{
-		_error_("second argument should be the x corrdinate list");
+		_error2_("second argument should be the x corrdinate list");
 	}
 
@@ -106,5 +106,5 @@
 	}
 	else{
-		_error_("third argument should be the y corrdinate list");
+		_error2_("third argument should be the y corrdinate list");
 	}	
 
@@ -121,5 +121,5 @@
 	}
 	else{
-		_error_("fourth argument should be the segments list");
+		_error2_("fourth argument should be the segments list");
 	}
 
@@ -133,5 +133,5 @@
 	}
 	else{
-		_error_("fourth argument should be the segmentmarkers list");
+		_error2_("fourth argument should be the segmentmarkers list");
 	}
 
