Merge branch 'master' of ssh://eodev.git.sourceforge.net/gitroot/eodev/eodev
This commit is contained in:
commit
e851cc119b
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