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 )
|
||||
{
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue