#890 gmsh-reader fails to compile
Metadata
| Property | Value | 
|---|---|
| Reported by | Jö Fahlke (jorrit@jorrit.de) | 
| Reported at | Mar 1, 2011 17:39 | 
| Type | Bug Report | 
| Version | Git (pre2.4) [autotools] | 
| Operating System | Unspecified / All | 
| Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) | 
| Last edited at | Feb 19, 2013 18:24 | 
| Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) | 
| Closed at | Feb 19, 2013 18:24 | 
| Closed in version | Unknown | 
| Resolution | Fixed | 
| Comment | At least it's not reproducible anymore... | 
Description
Since dune-common trunk@6366 certain parts of the gmsh-reader fail to compile. It appears the boundary segments are instanciated with a dimension not matching the grid. dune-common@6366 started prohibiting certain automatic conversions (such as FieldVector<K, 2> to FieldVector<K, 3>), so compilation fails now. This was not a problem previously, because the offending code was compiled but probably never executed.