Changeset 361

Show
Ignore:
Timestamp:
06/08/09 16:37:22 (15 years ago)
Author:
smidl
Message:
 
Location:
bdm
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/emix.h

    r333 r361  
    1616#define LOG2  0.69314718055995   
    1717 
    18 #include "libBM.h" 
    1918#include "libEF.h" 
    2019//#include <std> 
  • bdm/user_info.h

    r359 r361  
    1616using namespace libconfig; 
    1717 
    18 #ifdef BDMLIB  
     18#ifndef BDMLIB  
    1919#define UIREGISTER(class_name) template<> const Particular_UI<class_name>& Particular_UI<class_name>::ui = Particular_UI<class_name>(#class_name)  
    2020#else 
     
    7474static methods 'build' and 'save'. 
    7575 
    76  
    77 /*!\brief Builds computational object from a UserInfo structure 
    78  
    79 Return value is a pointer to the created object (memory management issue?) 
    80 / 
    81  
    8276*/ 
    8377class UI