From 62313e8edd5f62b487c3ef238885eaefdf23d37e Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Fri, 16 Oct 2020 13:09:05 +0200 Subject: [PATCH] Fixing documentation python notebook --- .../Sussman_redistancing/example_sussman_images_2D/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/Numerics/Sussman_redistancing/example_sussman_images_2D/main.cpp b/example/Numerics/Sussman_redistancing/example_sussman_images_2D/main.cpp index e92cbfee6..22f305299 100644 --- a/example/Numerics/Sussman_redistancing/example_sussman_images_2D/main.cpp +++ b/example/Numerics/Sussman_redistancing/example_sussman_images_2D/main.cpp @@ -74,7 +74,10 @@ * * Setting the output path and creating an output folder * This time, we also set the input path and name of the binary image that we want to load onto the grid. For this * example we provide 3 simple example images. The original (e.g. tiff) image has been converted into -1 / +1 values. - * A jupyter notebook that does this can be found here: @ref image_binary_conversion/image2binary_dolphin.ipynb + * A jupyter notebook that does this can be found here: + * @htmlonly + * <a href='http://openfpm.mpi-cbg.de/web/images/examples/sussman_redistancing/image2binary_dolphin.ipynb'>image2binary_dolphin.ipynb</a>". + * @endhtmlonly * Optionally, we can define the grid dimensionality and some indices for better code readability later on. * * \p x: First dimension * * \p y: Second dimension -- GitLab