Changeset 18670


Ignore:
Timestamp:
10/23/14 15:06:51 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added PETSC_MINOR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/IssmConfig/IssmConfig.cpp

    r18374 r18670  
    7474                #else
    7575                _error_("_PETSC_MAJOR_ not found in config.h");
     76                #endif
     77        }
     78        else if(strcmp(name,"_PETSC_MINOR_")==0){
     79                #ifdef _PETSC_MINOR_
     80                value = IssmDouble(_PETSC_MINOR_);
     81                #else
     82                _error_("_PETSC_MINOR_ not found in config.h");
    7683                #endif
    7784        }
Note: See TracChangeset for help on using the changeset viewer.