Salome HOME
fix conflict: ctest requires SUBDIRS, not ADD_SUBDIRECTORY directives
[tools/medcoupling.git] / doc / doxygen / doxfiles / interpolation / remapper.dox
index 7df282a4c2d8d633be7801e2c40380fa7848f44f..793e86129a28517d32697008c3595e5dbb2406c8 100644 (file)
@@ -8,8 +8,9 @@ The simplest way of using the \ref interptools in sequential mode is to use the
 
 If you intend to use \ref MEDCoupling data structure, ParaMEDMEM::MEDCouplingRemapper class should be used.
 
+\if ENABLE_EXAMPLES
 Here is a \ref cpp_mcfield_remapper_highlevel "C++ example".
-
+\endif
 
 \section InterpKerMidLevUsage Middle-level usage
 
@@ -20,6 +21,8 @@ hand it is needed to specify precisely nature of interpolator.
 As a consequence of the genericity of the interpolators,  they are usable only by
 instantiating an underlying \ref InterpKerMeshType "mesh" and \ref  InterpKerMatrixType "matrix" data structure fulfilling some requirements.
 
+\if ENABLE_EXAMPLES
 Here is a \ref cpp_mcfield_remapper_middlelevel "C++ example".
+\endif
 
 */