Changeset 16641


Ignore:
Timestamp:
11/06/13 15:47:19 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updated statement

File:
1 edited

Legend:

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

    r16513 r16641  
    158158                                _printf0_(" Enums in marshalled file are not compatible with compiled code          \n");
    159159                                _printf0_("                                                                         \n");
     160                                _printf0_("   * If you are running ISSM on your local machine:                      \n");
     161                                _printf0_("     make sure that all the code is compiled and installed (make install)\n");
    160162                                _printf0_("   * If you are running ISSM on a remote cluster:                        \n");
    161163                                _printf0_("     make sure that you are using the same version of ISSM on your local \n");
    162164                                _printf0_("     machine and remote cluster (you might need to run svn update)       \n");
    163                                 _printf0_("   * If you are running ISSM on your local machine:                      \n");
    164                                 _printf0_("     make sure that all the code is compiled (modules and executables)   \n");
    165165                                _printf0_("   * If you are a developer and just added a new Enum:                   \n");
    166                                 _printf0_("     you might need to run ./Synchronize.sh in src/c/EnumDefinitions     \n");
     166                                _printf0_("     you might need to run ./Synchronize.sh in src/c/shared/Enum         \n");
    167167                                _printf0_("     and recompile                                                       \n");
    168168                                _printf0_("=========================================================================\n");
Note: See TracChangeset for help on using the changeset viewer.