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

CHG: the IssmBoot and IssmEnd have nothing to do with ISSM booting and finializing, but more with
exception trapping. Renamed them accordingly.

File:
1 edited

Legend:

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

    r13530 r13531  
    4545        IssmPDouble Solution_time, Memory_use, Current_flops;
    4646
    47         IssmBoot();
    48 
     47        /*Initialize exception trapping: */
     48        ExceptionTrapBegin();
     49
     50        /*Initialize environment (MPI, PETSC, MUMPS, etc ...)*/
    4951        EnvironmentInit(argc,argv);
    5052       
     
    234236        #endif
    235237
    236         /*end module: */
    237         IssmEnd();
     238        /*Finalize exception trapping: */
     239        ExceptionTrapEnd();
    238240
    239241        return 0; //unix success return;
Note: See TracChangeset for help on using the changeset viewer.