#702 EdgeR02DLocalFiniteElement::evaluateJacobian does not compile
Metadata
Property | Value |
---|---|
Reported by | Carsten Gräser (graeser@math.fu-berlin.de) |
Reported at | Jan 15, 2010 23:03 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Jö Fahlke (jorrit@jorrit.de) |
Last edited at | Jan 20, 2010 19:30 |
Closed by | Jö Fahlke (jorrit@jorrit.de) |
Closed at | Jan 20, 2010 19:30 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | I removed those elements in revision 754 |
Description
The evaluateJacobian method in EdgeR02D uses assignment from a scalar for the JacobianType. Since JacobianType is FV<FV<D,n>,m> this does not work.
If assignment from scalar is really meant this is will be fixed by the FV<FV<D,n>,m> -> FM<D,m,n> transition.