Changeset 19651


Ignore:
Timestamp:
10/19/15 12:52:04 (9 years ago)
Author:
Eric.Larour
Message:

CHG: reverting back to previous configuration.

File:
1 edited

Legend:

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

    r19647 r19651  
    131131        if(profiler)delete profiler;
    132132       
    133         /*Finalize PETSC for this model: */
    134         #ifdef _HAVE_PETSC_
    135         _printf0_("closing PETSc\n");
    136         PetscFinalize();
    137         #endif
    138 
     133       
    139134}
    140135/*}}}*/
     
    256251                                );
    257252        _printf0_("\n");
     253
     254        /*Finalize PETSC for this model: */
     255        #ifdef _HAVE_PETSC_
     256        _printf0_("closing PETSc\n");
     257        PetscFinalize();
     258        #endif
    258259
    259260        /*Clean up*/
Note: See TracChangeset for help on using the changeset viewer.