Fixed warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1299 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-06-25 09:08:02 +00:00
parent 35a163a752
commit 6fe4849378

View File

@@ -1207,7 +1207,7 @@ void FVc<M>::raise(typename M::VertexHandle& _vh, state_t _target_state)
}
}
position /= valence;
position /= M::Scalar(valence);
MOBJ(_vh).set_position(_target_state, position);
MOBJ(_vh).inc_state();