Actual source code: tao_def.h
1: !
2: ! $Id: tao_def.h 1.2 00/05/12 20:16:57-00:00 curfman@ $;
3: !
4: ! Part of the base include file for Fortan use of TAO.
5: ! Note: This file should contain only define statements and
6: ! not the declaration of variables.
7: !
8: #if !defined (__TAODEF_H)
10: !
11: #include "petscconf.h"
12: #include "finclude/petscdef.h"
13: !
14: #define TaoTruth PetscTruth
15: !
16: ! Declare TAO_NULL_OBJECT
17: !
18: #define TAO_NULL_OBJECT TAO_NULL_INTEGER
19: !
21: #endif