source: issm/trunk-jpl/externalpackages/petsc-dev/src/include/finclude/petscbagdef.h@ 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: 261 bytes
Line 
1!
2!
3! Include file for Fortran use of the Bag package in PETSc
4!
5#if !defined (__PETSCBAGDEF_H)
6#define __PETSCBAGDEF_H
7
8#include "finclude/petscsysdef.h"
9
10#define PetscBag PetscFortranAddr
11
12!
13! End of Fortran include file for the IS package in PETSc
14
15#endif
Note: See TracBrowser for help on using the repository browser.