X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdConfiguration.cxx;h=ec4fcc9a1cadfa3b41bc60e1da22cedfb7c72643;hb=fe455ba4df3ec334ad809d82a51f261f1edcd343;hp=8fab8fe47f525b5a4b01ca15900163758529ab54;hpb=e27f49d94042bf18dc5067807594325eea8b6d56;p=bbtk.git diff --git a/packages/std/src/bbstdConfiguration.cxx b/packages/std/src/bbstdConfiguration.cxx index 8fab8fe..ec4fcc9 100644 --- a/packages/std/src/bbstdConfiguration.cxx +++ b/packages/std/src/bbstdConfiguration.cxx @@ -4,16 +4,14 @@ #include "bbtkConfigurationFile.h" namespace bbstd { - BBTK_ADD_BLACK_BOX_TO_PACKAGE(std,Configuration) - BBTK_USER_BLACK_BOX_IMPLEMENTATION(Configuration,bbtk::UserBlackBox); + BBTK_USER_BLACK_BOX_IMPLEMENTATION(Configuration,bbtk::AtomicBlackBox); void Configuration::bbUserConstructor() { } - void Configuration::DoProcess() { bbSetOutputDataPath( bbtk::ConfigurationFile::GetInstance().Get_data_path() ); @@ -30,5 +28,3 @@ namespace bbstd } } // EO namespace bbstd - -