Bayesian Filtering Library  Generated from SVN r
config.h
1 #ifndef BFL_WRAPPER_CONFIG_H
2 #define BFL_WRAPPER_CONFIG_H
3 
4 /* #undef __MATRIXWRAPPER_NEWMAT__ */
5 #define __MATRIXWRAPPER_BOOST__
6 /* #undef __MATRIXWRAPPER_EIGEN__ */
7 
8 #define __RNGWRAPPER_BOOST__
9 
10 #endif