Index: /issm/trunk/src/c/objects/Elements/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 6436)
+++ /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 6437)
@@ -4513,5 +4513,5 @@
 		/*Check solution*/
 		if(isnan(values[i])) _error_("NaN found in solution vector");
-		if(values[i]<0)      _error_("temperature < 0°K found in solution vector");
+		if(values[i]<0)      printf("temperature < 0°K found in solution vector\n");
 		if(values[i]>275)    printf("temperature > 275°K found in solution vector (Paterson's rheology associated is negative)\n");
 	}
