Specialized it for bool, so that we don't get these MSVC warnings.
This commit is contained in:
parent
4654d42e30
commit
7973019d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class eoUniform<bool>: public eoRnd<bool>
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
T min;
|
bool min;
|
||||||
double diff;
|
double diff;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue