Another cast

This commit is contained in:
Jan Möbius
2016-11-07 15:33:20 +01:00
parent c1ad9f418c
commit dd91155f2c

View File

@@ -581,7 +581,7 @@ void CompositeT<MeshType,RealType>::FVc(Coeff& _coeff)
++valence;
}
c = _coeff(valence);
c = static_cast<real_t>(_coeff(valence));
for (voh_it = mesh_.voh_iter(*v_it); voh_it.is_valid(); ++voh_it) {