erasing warnings

This commit is contained in:
gustavo 2000-06-14 16:29:00 +00:00
commit 3bc1cb49d8
10 changed files with 3 additions and 11 deletions

View file

@ -53,7 +53,7 @@ class eoUniform: public eoRnd<T>
* @param _rnd the other rnd
*/
eoUniform( const eoUniform& _rnd)
: eoRnd<T>( _rnd), min(_rnd.minim), diff(_rnd.diff) {}
: eoRnd<T>( _rnd), min(_rnd.min), diff(_rnd.diff) {}
/** Returns an uniform random number over the interval [min, max)
Uses global rng object */