Ignore:
Timestamp:
10/04/12 12:22:14 (12 years ago)
Author:
Eric.Larour
Message:

NEW and CHG:
added new enums in src/m/enum. Please run source Synchronize.sh when adding new enums in EnumDefinitions.h
new Profiler object that stores unlimited number of tags. easier to handle time profiling anywhere in the
code.
debugged EnvironmentInit, which was duplicating external symbols.
new EnvironmentFinalize, to simplify finalization of environment variables like Petsc and MPI.
simplified issm.cpp accordingly with new Profiler capabilitlie.s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/EnumToStringx/EnumToStringx.cpp

    r13521 r13534  
    320320                case PentaEnum : return "Penta";
    321321                case PentaP1InputEnum : return "PentaP1Input";
     322                case ProfilerEnum : return "Profiler";
    322323                case MatrixParamEnum : return "MatrixParam";
    323324                case VectorParamEnum : return "VectorParam";
Note: See TracChangeset for help on using the changeset viewer.