Specialized it for bool, so that we don't get these MSVC warnings.

This commit is contained in:
mac 2000-04-09 09:59:06 +00:00
commit 7973019d0b

View file

@ -85,7 +85,7 @@ class eoUniform<bool>: public eoRnd<bool>
}
private:
T min;
bool min;
double diff;
};