#563 GenericReferenceElement<double,5> does not work at all
Metadata
| Property | Value |
|---|---|
| Reported by | Sven Marnach (sven@pantoffel-wg.de) |
| Reported at | Jun 16, 2009 11:56 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
| Last edited by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
| Last edited at | Jun 16, 2009 14:09 |
| Closed by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
| Closed at | Jun 16, 2009 14:09 |
| Closed in version | Unknown |
| Resolution | Not a bug |
| Comment | The bug is not in the GenericReferenceElement but in the old, deprecated numbering. |
Description
The following source code
int main() { const int dim = 5; Dune::GenericReferenceElement<double,dim> newcube; }
results in binary code that simply segafaults. I used gcc-4.3. With dim=4 it works fine. I can't debug the error -- it just happend in the second line of main. Looks like a compiler bug to be. The old reference cubes worked in 5 dimensions.