source: issm/trunk-jpl/externalpackages/petsc-dev/src/include/finclude/ftn-custom/petscishide.h90@ 11896

Last change on this file since 11896 was 11896, checked in by habbalf, 13 years ago

petsc-dev : Petsc development code in external packages. Mercurial updates

File size: 268 bytes
Line 
1#if defined(PETSC_USE_FORTRAN_DATATYPES) && !defined(IS_HIDE)
2#define IS_HIDE type(IS)
3#define ISCOLORING_HIDE type(ISColoring)
4#define USE_IS_HIDE use petscisdef
5#elif !defined(IS_HIDE)
6#define IS_HIDE IS
7#define ISCOLORING_HIDE ISColoring
8#define USE_IS_HIDE
9#endif
Note: See TracBrowser for help on using the repository browser.