Octopus
undef.F90
Go to the documentation of this file.
1!! Copyright (C) 2002-2006 M. Marques, A. Castro, A. Rubio, G. Bertsch
2!!
3!! This program is free software; you can redistribute it and/or modify
4!! it under the terms of the GNU General Public License as published by
5!! the Free Software Foundation; either version 2, or (at your option)
6!! any later version.
7!!
8!! This program is distributed in the hope that it will be useful,
9!! but WITHOUT ANY WARRANTY; without even the implied warranty of
10!! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11!! GNU General Public License for more details.
12!!
13!! You should have received a copy of the GNU General Public License
14!! along with this program; if not, write to the Free Software
15!! Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16!! 02110-1301, USA.
17!!
18
19#ifdef R_TREAL
20#undef R_TREAL
21#endif
22
23#ifdef R_TCOMPLEX
24#undef R_TCOMPLEX
25#endif
26
27#ifdef R_TINTEGER
28#undef R_TINTEGER
29#endif
30
31#undef X
32#undef pX
33#undef aX
34#undef TS
35#undef R_TYPE
36#undef R_BASE
37#undef R_TYPE_VAL
38#undef R_TYPE_CL
39#undef R_TYPE_IOBINARY
40#undef R_DOUBLE
41#undef R_MPITYPE
42#undef R_TOTYPE
43#undef R_SIZEOF
44#undef R_ADD
45#undef R_MUL
46#undef R_CONJ
47#undef R_REAL
48#undef R_AIMAG
49
50!! Local Variables:
51!! mode: f90
52!! coding: utf-8
53!! End: