Octopus
io_binary.h
Go to the documentation of this file.
1
#if 0
2
/*
3
Copyright (C) 2009 X. Andrade
4
5
This program is free software; you can redistribute it and/or modify
6
it under the terms of the GNU General Public License as published by
7
the Free Software Foundation; either version 2, or (at your option)
8
any later version.
9
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
GNU General Public License for more details.
14
15
You should have received a copy of the GNU General Public License
16
along with this program; if not, write to the Free Software
17
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18
02110-1301, USA.
19
20
21
Note: This comment header is excluded by the preprocessor since this
22
file is included in both C and Fortran source files, and thus neither
23
comment style should be used.
24
*/
25
#endif
26
27
#ifndef IO_BINARY_H
28
#define IO_BINARY_H
29
30
#if 0
31
/* These values must not be changed, as they are used in the restart files */
32
#endif
33
34
#define TYPE_NONE -1
35
#define TYPE_FLOAT 0
36
#define TYPE_DOUBLE 1
37
#define TYPE_FLOAT_COMPLEX 2
38
#define TYPE_DOUBLE_COMPLEX 3
39
#define TYPE_INT_32 4
40
#define TYPE_INT_64 5
41
42
#endif
basic
io_binary.h
Generated on Fri Nov 22 2024 10:43:11 for Octopus by
1.9.4