remove mo package dependency
This commit is contained in:
parent
09d08bf043
commit
7a47fd55b9
8 changed files with 9 additions and 8 deletions
|
|
@ -29,7 +29,7 @@ Authors:
|
|||
#define _edoEDA_h
|
||||
|
||||
#include <eo>
|
||||
#include <mo>
|
||||
//#include <mo>
|
||||
|
||||
#include <utils/eoRNG.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Authors:
|
|||
#define _edoEDASA_h
|
||||
|
||||
#include <eo>
|
||||
#include <mo>
|
||||
//#include <mo>
|
||||
|
||||
#include <utils/eoRNG.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Reference in a new issue