git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@121 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
c97ed7845a
commit
06e95d0493
|
@ -67,7 +67,6 @@ inline void Time::setValue(double value) throw(std::invalid_argument) {
|
|||
this->value = value;
|
||||
}
|
||||
else {
|
||||
std::cout << "ERROR TIME : " << value << std::endl;
|
||||
|
||||
// We throw an exception
|
||||
throw std::invalid_argument("Exception in test Time: Wrong argument, a time value has to be positive");
|
||||
|
|
Loading…
Reference in New Issue
Block a user