choices.push_back( "long" );
choices.push_back( "ulong" );
#endif // cpPlugins_CONFIG_INTEGER_TYPES_long
-#ifdef cpPlugins_CONFIG_REAL_TYPES_float
- choices.push_back( "float" );
-#endif // cpPlugins_CONFIG_REAL_TYPES_float
-#ifdef cpPlugins_CONFIG_REAL_TYPES_double
- choices.push_back( "double" );
-#endif // cpPlugins_CONFIG_REAL_TYPES_double
this->ConfigureAsChoices( name, choices );
}
choices.push_back( "long" );
choices.push_back( "ulong" );
#endif // cpPlugins_CONFIG_INTEGER_TYPES_long
+#ifdef cpPlugins_CONFIG_REAL_TYPES_float
+ choices.push_back( "float" );
+#endif // cpPlugins_CONFIG_REAL_TYPES_float
+#ifdef cpPlugins_CONFIG_REAL_TYPES_double
+ choices.push_back( "double" );
+#endif // cpPlugins_CONFIG_REAL_TYPES_double
this->ConfigureAsChoices( name, choices );
}