#1036 FieldVector test fails in dune-common.
Metadata
Property | Value |
---|---|
Reported by | Robert K (robertk@posteo.org) |
Reported at | Feb 6, 2012 09:35 |
Type | Bug Report |
Version | 2.0 |
Operating System | Unspecified / All |
Last edited by | Robert K (robertk@posteo.org) |
Last edited at | Feb 13, 2012 22:45 |
Closed by | Robert K (robertk@posteo.org) |
Closed at | Feb 13, 2012 22:45 |
Closed in version | Unknown |
Resolution | Not a bug |
Comment | Works fro me too. Maybe I discovered this on another machine. |
Description
The FieldVector test in dune-common fails, due to a missing or deprecated operator= for assigning std::complex. Please remove these lines or fix the problem (if it is a problem), see fvectortest.cc lines 77-80:
// assignment to vector of complex
FieldVector< std::complex<rt> ,d> cv = v;
cv = a;
const FieldVector< std::complex<rt> ,d> ccv = x;