Skip to content

#908 Compile Problems with DGF

Metadata

Property Value
Reported by Rebecca Neumann (rebecca.neumann@iwr.uni-heidelberg.de)
Reported at Apr 21, 2011 11:26
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Linux 64bit
Last edited by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Last edited at Apr 21, 2011 11:54
Closed by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Closed at Apr 21, 2011 11:54
Closed in version Unknown
Resolution Not a bug
Comment

Description

Creating a grid like this Dune::GridPtr<Dune::YaspGrid<2> > gridptr("cube.dgf");

I get the error message: reentrantcorner-reentrantcorner.o: In function Dune::DGFGridFactory<Dune::YaspGrid<3> >::haveBoundaryParameters() const': /home/rebecca/testdune/dune_mpi/dune-grid/dune/grid/io/file/dgfparser/dgfyasp.hh:144: undefined reference to Dune::dgf::BoundaryDomBlock::hasParameter() const' collect2: ld returned 1 exit status make: *** [reentrantcorner] Fehler 1

This happens since dune-grid revision 7589 with YaspGrid, Alberta and UG, with ALUGrid everything is fine.