Changeset 14453


Ignore:
Timestamp:
03/17/13 21:41:09 (12 years ago)
Author:
Eric.Larour
Message:

CHG: be able to register information messages in android

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/IoModel.cpp ΒΆ

    r14332 r14453  
    125125                else{
    126126                        if(record_enum!=MaximumNumberOfEnums){
    127                                 _printLine_("");
    128                                 _printLine_("=========================================================================");
    129                                 _printLine_(" Enums in marshalled file are not compatible with compiled code          ");
    130                                 _printLine_("                                                                         ");
    131                                 _printLine_("   * If you are running ISSM on a remote cluster:                        ");
    132                                 _printLine_("     make sure that you are using the same version of ISSM on your local ");
    133                                 _printLine_("     machine and remote cluster (you might need to run svn update)       ");
    134                                 _printLine_("   * If you are running ISSM on your local machine:                      ");
    135                                 _printLine_("     make sure that all the code is compiled (modules and executables)   ");
    136                                 _printLine_("   * If you are a developer and just added a new Enum:                   ");
    137                                 _printLine_("     you might need to run ./Synchronize.sh in src/c/EnumDefinitions     ");
    138                                 _printLine_("     and recompile                                                       ");
    139                                 _printLine_("=========================================================================");
    140                                 _printLine_("");
     127                                _pprintLine_("");
     128                                _pprintLine_("=========================================================================");
     129                                _pprintLine_(" Enums in marshalled file are not compatible with compiled code          ");
     130                                _pprintLine_("                                                                         ");
     131                                _pprintLine_("   * If you are running ISSM on a remote cluster:                        ");
     132                                _pprintLine_("     make sure that you are using the same version of ISSM on your local ");
     133                                _pprintLine_("     machine and remote cluster (you might need to run svn update)       ");
     134                                _pprintLine_("   * If you are running ISSM on your local machine:                      ");
     135                                _pprintLine_("     make sure that all the code is compiled (modules and executables)   ");
     136                                _pprintLine_("   * If you are a developer and just added a new Enum:                   ");
     137                                _pprintLine_("     you might need to run ./Synchronize.sh in src/c/EnumDefinitions     ");
     138                                _pprintLine_("     and recompile                                                       ");
     139                                _pprintLine_("=========================================================================");
     140                                _pprintLine_("");
    141141                                _error_("Enums not consistent (See error message above)");
    142142                        }
Note: See TracChangeset for help on using the changeset viewer.