source: issm/oecreview/Archive/12301-12308/ISSM-12305-12306.diff@ 12325

Last change on this file since 12325 was 12325, checked in by Eric.Larour, 13 years ago

11990 to 12321 oec compliance

File size: 2.0 KB
RevLine 
[12325]1Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/objects/IoModel.cpp
2===================================================================
3--- /proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/objects/IoModel.cpp (revision 12305)
4+++ /proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/objects/IoModel.cpp (revision 12306)
5@@ -115,11 +115,18 @@
6 else{
7 if(record_enum!=MaximumNumberOfEnums){
8 printf("\n");
9- printf(" Enums in marshalled file are not compatible with compiled code\n");
10- printf(" * If you are running ISSM a remote cluster:\n");
11- printf(" make sure that you are using the same version of ISSM on both machines\n");
12- printf(" * If you are running ISSM on your local machine:\n");
13- printf(" make sure that the all the code is compiled (modules and executables)\n");
14+ printf("=========================================================================\n");
15+ printf(" Enums in marshalled file are not compatible with compiled code \n");
16+ printf(" \n");
17+ printf(" * If you are running ISSM on a remote cluster: \n");
18+ printf(" make sure that you are using the same version of ISSM on your local \n");
19+ printf(" machine and remote cluster (you might need to run svn update) \n");
20+ printf(" * If you are running ISSM on your local machine: \n");
21+ printf(" make sure that all the code is compiled (modules and executables) \n");
22+ printf(" * If you are a developer and just added a new Enum: \n");
23+ printf(" you might need to run ./Synchronize.sh in src/c/EnumDefinitions \n");
24+ printf(" and recompile \n");
25+ printf("=========================================================================\n");
26 printf("\n");
27 _error_("Enums not consistent (See error message above)");
28 }
Note: See TracBrowser for help on using the repository browser.