Another cast
This commit is contained in:
@@ -581,7 +581,7 @@ void CompositeT<MeshType,RealType>::FVc(Coeff& _coeff)
|
|||||||
++valence;
|
++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) {
|
for (voh_it = mesh_.voh_iter(*v_it); voh_it.is_valid(); ++voh_it) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user