Fixed warning
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1299 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -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).set_position(_target_state, position);
|
||||||
MOBJ(_vh).inc_state();
|
MOBJ(_vh).inc_state();
|
||||||
|
|||||||
Reference in New Issue
Block a user