remove warning about unused variable 'size' in edoSampler
This commit is contained in:
parent
10a5712594
commit
426c3584be
1 changed files with 1 additions and 2 deletions
|
|
@ -55,8 +55,7 @@ public:
|
||||||
|
|
||||||
EOType operator()( D& distrib )
|
EOType operator()( D& distrib )
|
||||||
{
|
{
|
||||||
unsigned int size = distrib.size();
|
assert( distrib.size() > 0 );
|
||||||
assert(size > 0);
|
|
||||||
|
|
||||||
// Point we want to sample to get higher a set of points
|
// Point we want to sample to get higher a set of points
|
||||||
// (coordinates in n dimension)
|
// (coordinates in n dimension)
|
||||||
|
|
|
||||||
Reference in a new issue