git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@182 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2009-07-21 20:33:12 +00:00
parent 6ba8476c78
commit 9b2e89bdce

View File

@ -67,7 +67,6 @@ inline void Time::setValue(double value) throw(std::invalid_argument) {
this->value = value;
}
else {
// We throw an exception
throw std::invalid_argument("Exception in test Time: Wrong argument, a time value has to be positive");
}