Skip to content
Snippets Groups Projects
Commit fa4e97dd authored by Julien Michel's avatar Julien Michel
Browse files

Error in FunctorImageFilter.rst example

parent 38c59fe8
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment