Skip to content

Commit 7b91383

Browse files
committed
next try
1 parent 54cf392 commit 7b91383

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • mevislab.github.io/content/tutorials/image_processing

mevislab.github.io/content/tutorials/image_processing/cpp_1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Your compiled **.dll* is available in your project directory under *Sources/lib*
143143
144144
This only works in a post-build step.
145145
146-
If the environment variable *MLAB_AUTOMATIC_POSTBUILD_COPY* is set, the newly compiled DLLs and .lib files are copied to the correct location when MeVisLab restarts. Otherwise, they must be copied manually.
146+
If the environment variable *MLAB_AUTOMATIC_POSTBUILD_COPY* is set, the newly compiled DLLs and *.lib* files are copied to the correct location when MeVisLab restarts. Otherwise, they must be copied manually.
147147
148148
For testing purposes, you can use a `LocalImage` module and two `View2D` modules. Connect the `SimpleAdd` module to the second `View2D` and change the <field>Constant Value</field> field.
149149
@@ -177,5 +177,5 @@ The output image of the module `SimpleAdd` is automatically recalculated on chan
177177

178178
## Summary
179179
* MeVisLab allows to develop your own C++ modules.
180-
* The Project Wizard already generates all necessary \**.cpp* and \**.h* files and a loop through all voxels of the input image.
180+
* The Project Wizard already generates all necessary *.cpp* and *.h* files and a loop through all voxels of the input image.
181181
* Changes of user-defined fields automatically lead to a recalculation of the input image.

0 commit comments

Comments
 (0)