Index: /issm/trunk-jpl/src/c/classes/IoModel.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/IoModel.cpp	(revision 14452)
+++ /issm/trunk-jpl/src/c/classes/IoModel.cpp	(revision 14453)
@@ -125,18 +125,18 @@
 		else{
 			if(record_enum!=MaximumNumberOfEnums){
-				_printLine_("");
-				_printLine_("=========================================================================");
-				_printLine_(" Enums in marshalled file are not compatible with compiled code          ");
-				_printLine_("                                                                         ");
-				_printLine_("   * If you are running ISSM on a remote cluster:                        ");
-				_printLine_("     make sure that you are using the same version of ISSM on your local ");
-				_printLine_("     machine and remote cluster (you might need to run svn update)       ");
-				_printLine_("   * If you are running ISSM on your local machine:                      ");
-				_printLine_("     make sure that all the code is compiled (modules and executables)   ");
-				_printLine_("   * If you are a developer and just added a new Enum:                   ");
-				_printLine_("     you might need to run ./Synchronize.sh in src/c/EnumDefinitions     ");
-				_printLine_("     and recompile                                                       ");
-				_printLine_("=========================================================================");
-				_printLine_("");
+				_pprintLine_("");
+				_pprintLine_("=========================================================================");
+				_pprintLine_(" Enums in marshalled file are not compatible with compiled code          ");
+				_pprintLine_("                                                                         ");
+				_pprintLine_("   * If you are running ISSM on a remote cluster:                        ");
+				_pprintLine_("     make sure that you are using the same version of ISSM on your local ");
+				_pprintLine_("     machine and remote cluster (you might need to run svn update)       ");
+				_pprintLine_("   * If you are running ISSM on your local machine:                      ");
+				_pprintLine_("     make sure that all the code is compiled (modules and executables)   ");
+				_pprintLine_("   * If you are a developer and just added a new Enum:                   ");
+				_pprintLine_("     you might need to run ./Synchronize.sh in src/c/EnumDefinitions     ");
+				_pprintLine_("     and recompile                                                       ");
+				_pprintLine_("=========================================================================");
+				_pprintLine_("");
 				_error_("Enums not consistent (See error message above)");
 			}
