3 #ifndef DUNE_GRAPEDATAIOFORMATTYPE_HH
4 #define DUNE_GRAPEDATAIOFORMATTYPE_HH
28 GrapeIOStringType tmp =
"unknown";
35 GrapeIOStringType tmp =
"float";
42 GrapeIOStringType tmp =
"int";
49 GrapeIOStringType tmp =
"double";
Definition: grapedataioformattypes.hh:18
GrapeIOStringType typeIdentifier< float >()
Definition: grapedataioformattypes.hh:33
Include standard header files.
Definition: agrid.hh:59
GrapeIOFileFormatType
Definition: grapedataioformattypes.hh:14
GrapeIOStringType typeIdentifier< double >()
Definition: grapedataioformattypes.hh:47
Definition: grapedataioformattypes.hh:16
std::string GrapeIOStringType
Definition: grapedataioformattypes.hh:21
GrapeIOStringType typeIdentifier()
convert type to string
Definition: grapedataioformattypes.hh:26
store data in a human readable form
Definition: grapedataioformattypes.hh:15
GrapeIOStringType typeIdentifier< int >()
Definition: grapedataioformattypes.hh:40