Merge branch 'master' of ssh://localhost:8479/gitroot/eodev/eodev
Conflicts: edo/src/edoSamplerNormalMulti.h
This commit is contained in:
commit
fdf3549b1c
3 changed files with 7 additions and 4 deletions
|
|
@ -29,6 +29,7 @@ Authors:
|
|||
#define _edoSamplerNormalMulti_h
|
||||
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
|
||||
#include <edoSampler.h>
|
||||
#include <boost/numeric/ublas/lu.hpp>
|
||||
|
|
@ -47,8 +48,6 @@ class edoSamplerNormalMulti : public edoSampler< EOD >
|
|||
public:
|
||||
typedef typename EOT::AtomType AtomType;
|
||||
|
||||
|
||||
|
||||
edoSamplerNormalMulti( edoRepairer<EOT> & repairer, typename Cholesky::Method use = Cholesky::absolute )
|
||||
: edoSampler< EOD >( repairer), _cholesky(use)
|
||||
{}
|
||||
|
|
|
|||
Reference in a new issue