Skip to content

#306 includes for actual implementations missing in dgfparser.hh

Metadata

Property Value
Reported by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Reported at Aug 2, 2007 18:18
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at Aug 15, 2007 11:33
Closed in version 1.0
Resolution Fixed
Comment

Description

dgfparser.hh should include all implementation. As an alternative one might add new header dune/grid/io/file/dgfparser.hh with these includes.

proposed patch: Index: grid/io/file/dgfparser/dgfparser.hh

--- grid/io/file/dgfparser/dgfparser.hh (Revision 3782) +++ grid/io/file/dgfparser/dgfparser.hh (Arbeitskopie) @@ -962,4 +962,17 @@ if the grid is constructed using the \b Interval block. */

+#if HAVE_ALBERTA +#include "dgalberta.hh" #endif +#if HAVE_ALUGRID +#include "dgalu.hh" +#endif +#if HAVE_UG +#include "dgug.hh" +#endif +#include "dgfoned.hh" +#include "dgfyasp.hh" +#include "dgfs.hh" + +#endif