fix -Wextra in Mesh
This commit is contained in:
@@ -925,6 +925,7 @@ void MeshKernel::Transform (const Base::Matrix4D &rclMat)
|
||||
|
||||
void MeshKernel::Smooth(int iterations, float stepsize)
|
||||
{
|
||||
(void)stepsize;
|
||||
LaplaceSmoothing(*this).Smooth(iterations);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user