Index: /issm/trunk/src/c/objects/Elements/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 6435)
+++ /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 6436)
@@ -4514,5 +4514,5 @@
 		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]>275)    printf("temperature > 275°K found in solution vector (Paterson's rheology associated is negative)");
+		if(values[i]>275)    printf("temperature > 275°K found in solution vector (Paterson's rheology associated is negative)\n");
 	}
 
