Skip to content
Snippets Groups Projects
Commit 772223f8 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

moved FileFormatType to grapedataio and renamed to GrapeIOFileFormatType.

[[Imported from SVN: r2031]]
parent 374c2a53
Branches
Tags
No related merge requests found
......@@ -50,14 +50,6 @@ namespace Dune {
iso_triangle=8, iso_quadrilateral=9,
simplex=64, hypercube=65, unknown=127};
/*!
Specify the format to store grid and vector data
*/
enum FileFormatType { ascii , //!< store data in a human readable form
xdr , //!< store data in SUN's library routines
//!< for external data representation (xdr)
pgm }; //!< store data in portable graymap file format (pgm)
enum AdaptationState {
NONE , //!< notin' to do and notin' was done
COARSEN, //!< entity could be coarsend in adaptation step
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment