ITK icon indicating copy to clipboard operation
ITK copied to clipboard

Compile error in `MeshNoise/test/itkAdditiveGaussianNoiseMeshFilterTest.cxx:56`

Open seanm opened this issue 9 months ago • 1 comments

I've been playing with building ITK with different build settings enabled/disabled, and a few times I've hit this error:

/Users/sean/external/ITK/Modules/Remote/MeshNoise/test/itkAdditiveGaussianNoiseMeshFilterTest.cxx:56:20: error: no viable conversion from 'const double' to 'VectorType' (aka 'Vector<float, 3U>')
   56 |   sphere->SetScale(SPHERE_SCALE);
      |                    ^~~~~~~~~~~~

I'm not even sure which thing I turned on that made this code build. I understand that MeshNoise is a remote module, but for the life of me I don't see any Module_MeshNoise to turn OFF.

seanm avatar Jan 24 '25 19:01 seanm