]> Creatis software - cpPlugins.git/blobdiff - appli/bash/Config.h.in
...
[cpPlugins.git] / appli / bash / Config.h.in
index 859965d482f7eb749d3b32ee3b82df14de7155fb..09eb4170633fe98fc6b30fb8e131b926050428e4 100644 (file)
@@ -23,6 +23,7 @@
 #define cpPlugins_CONFIG_DIFFUSIONTENSORS   "@cpPlugins_CONFIG_DIFFUSIONTENSORS@"
 #define cpPlugins_CONFIG_MATRICES           "@cpPlugins_CONFIG_MATRICES@"
 #define cpPlugins_ALL_CONFIGS               "@cpPlugins_ALL_CONFIGS@"
+#define cpPlugins_CONFIG_NUMBER_OF_FILES    @cpPlugins_CONFIG_NUMBER_OF_FILES@
 
 // -------------------------------------------------------------------------
 #define cpPlugins_bash_OS_@CMAKE_SYSTEM_NAME@
@@ -133,10 +134,6 @@ namespace cpPlugins_bash
   // -----------------------------------------------------------------------
   inline void LoadDefinitions( TCommands& commands )
   {
-    commands[ "define" ].push_back(
-      std::string( "bool_types=" ) +
-      std::string( cpPlugins_CONFIG_BOOLEAN_TYPES )
-      );
     commands[ "define" ].push_back(
       std::string( "int_types=" ) +
       std::string( cpPlugins_CONFIG_INTEGER_TYPES )
@@ -175,7 +172,7 @@ namespace cpPlugins_bash
         );
     commands[ "define" ].push_back(
       std::string(
-        "scalar_pixels=#bool_types#;#int_types#;#uint_types#;#real_types#"
+        "scalar_pixels=#int_types#;#uint_types#;#real_types#"
         )
       );
   }