remove warning about unused variable 'size' in edoSampler

This commit is contained in:
nojhan 2012-02-10 10:01:15 +01:00
commit 426c3584be

View file

@ -55,8 +55,7 @@ public:
EOType operator()( D& distrib )
{
unsigned int size = distrib.size();
assert(size > 0);
assert( distrib.size() > 0 );
// Point we want to sample to get higher a set of points
// (coordinates in n dimension)