Skip to content

#693 make amirameshtest fails

Metadata

Property Value
Reported by Uli Sack (usack@math.fu-berlin.de)
Reported at Dec 11, 2009 17:07
Type Bug Report
Version Unknown
Operating System Unspecified / All
Last edited by Carsten Gräser (graeser@math.fu-berlin.de)
Last edited at Mar 17, 2010 12:42
Closed by Carsten Gräser (graeser@math.fu-berlin.de)
Closed at Mar 17, 2010 12:42
Closed in version Unknown
Resolution Fixed
Comment Fixed in r6401 of dune-grid

Description

The AmiraMeshWriter assumes ISTL style nested containers (cf. amirameshwriter.cc l. 577f a.o.) that export a type block_type. The test uses std::vector<> which does not export such a type. I understand that a test in dune-grid shouldn't depend on dune-istl, but then no code in dune-grid should use/assume any istl features.

Until a working solution is found I propose to comment out the method testWritingUniformData() and its application further down to regain a compiling test.