Some casts

This commit is contained in:
Jan Möbius
2016-11-07 15:23:49 +01:00
parent 7175cd8c6d
commit c1ad9f418c
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ class ModEdgeLengthT: public ModBaseT<MeshT> {
}
/// set edge_length
void set_edge_length(float _f) {
void set_edge_length(typename Mesh::Scalar _f) {
edge_length_ = _f;
sqr_edge_length_ = _f * _f;
}