remove mo package dependency

This commit is contained in:
Pierre Savéant 2012-07-18 11:50:29 +02:00
commit 7a47fd55b9
8 changed files with 9 additions and 8 deletions

View file

@ -125,7 +125,7 @@ SET(SAMPLE_SRCS)
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(application)
ADD_SUBDIRECTORY(test)
#ADD_SUBDIRECTORY(test)
ADD_SUBDIRECTORY(doc)
######################################################################################

View file

@ -26,7 +26,7 @@ Authors:
*/
#include <eo>
#include <mo>
//#include <mo>
#include <eoEvalFuncCounterBounder.h>

View file

@ -2,6 +2,7 @@
mkdir -p release
cd release
cmake ..
#cmake -DWITH_EIGEN=1 ..
cmake -DWITH_BOOST=1 ..
make
cd ..

View file

@ -29,7 +29,7 @@ Authors:
#define _edoEDA_h
#include <eo>
#include <mo>
//#include <mo>
#include <utils/eoRNG.h>

View file

@ -29,7 +29,7 @@ Authors:
#define _edoEDASA_h
#include <eo>
#include <mo>
//#include <mo>
#include <utils/eoRNG.h>

View file

@ -50,7 +50,7 @@ template < typename EOT >
class edoStatNormalMulti : public edoDistribStat< edoNormalMulti< EOT > >
{
public:
typedef typename EOT::AtomType AtomType;
// typedef typename EOT::AtomType AtomType;
using edoDistribStat< edoNormalMulti< EOT > >::value;

View file

@ -29,7 +29,7 @@ Authors:
#include <iomanip>
#include <eo>
#include <mo>
//#include <mo>
#include <edo>

View file

@ -33,7 +33,7 @@ Authors:
#include <fstream>
#include <eo>
#include <mo>
//#include <mo>
#include <edo>