Fixed vectorize warning

This commit is contained in:
Jan Möbius
2019-08-28 11:00:42 +02:00
parent 0d04d4f410
commit 37523c16d0
4 changed files with 10 additions and 10 deletions

View File

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