Skip to content
Snippets Groups Projects

Error in FunctorImageFilter.rst example

Merged Julien Michel requested to merge 1960-fix-error-in-doc into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -142,7 +142,7 @@ This is strictly equivalent to:
.. code-block:: cpp
void myFreeFunction(const itk::VariableLengthVector<double> & out ,
void myFreeFunction(itk::VariableLengthVector<double> & out ,
unsigned char a,
const std::complex<float> & b,
const itk::VariableLengthVector<short> &c,
Loading