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

This commit is contained in:
chappuis.daniel 2009-04-10 15:35:05 +00:00
parent c97ed7845a
commit 06e95d0493

View File

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