Fixed typo
This commit is contained in:
@@ -2004,7 +2004,7 @@ EdEc<M>::raise(typename M::EdgeHandle& _eh, state_t _target_state)
|
|||||||
// choose coefficient c
|
// choose coefficient c
|
||||||
c = Base::coeff();
|
c = Base::coeff();
|
||||||
|
|
||||||
position *= (static_cast<M:Scalar>(1.0) - c);
|
position *= ( static_cast<typename M::Scalar>(1.0) - c);
|
||||||
|
|
||||||
position += MOBJ(_eh).position(_target_state - 1) * c;
|
position += MOBJ(_eh).position(_target_state - 1) * c;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user