Changeset 361
- Timestamp:
- 06/08/09 16:37:22 (16 years ago)
- Location:
- bdm
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
bdm/stat/emix.h
r333 r361 16 16 #define LOG2 0.69314718055995 17 17 18 #include "libBM.h"19 18 #include "libEF.h" 20 19 //#include <std> -
bdm/user_info.h
r359 r361 16 16 using namespace libconfig; 17 17 18 #if def BDMLIB18 #ifndef BDMLIB 19 19 #define UIREGISTER(class_name) template<> const Particular_UI<class_name>& Particular_UI<class_name>::ui = Particular_UI<class_name>(#class_name) 20 20 #else … … 74 74 static methods 'build' and 'save'. 75 75 76 77 /*!\brief Builds computational object from a UserInfo structure78 79 Return value is a pointer to the created object (memory management issue?)80 /81 82 76 */ 83 77 class UI