Changeset 12305
- Timestamp:
- 05/30/12 15:49:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/IoModel.cpp
r12265 r12305 115 115 else{ 116 116 if(record_enum!=MaximumNumberOfEnums){ 117 _error_("Enums in marshalled file are not compatible with compiled code, make sure you are using the same version of ISSM"); 117 printf("\n"); 118 printf(" Enums in marshalled file are not compatible with compiled code\n"); 119 printf(" * If you are running ISSM a remote cluster:\n"); 120 printf(" make sure that you are using the same version of ISSM on both machines\n"); 121 printf(" * If you are running ISSM on your local machine:\n"); 122 printf(" make sure that the all the code is compiled (modules and executables)\n"); 123 printf("\n"); 124 _error_("Enums not consistent (See error message above)"); 118 125 } 119 126 }
Note:
See TracChangeset
for help on using the changeset viewer.