removed unnecessary print
This commit is contained in:
parent
6637ec7c18
commit
7d4fde3485
|
|
@ -11,8 +11,6 @@ TimerCallbackCommand* TimerCallbackCommand::New(Program *program) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void TimerCallbackCommand::Execute(vtkObject* caller, unsigned long eventId, void* vtkNotUsed(callData)) {
|
void TimerCallbackCommand::Execute(vtkObject* caller, unsigned long eventId, void* vtkNotUsed(callData)) {
|
||||||
cout << this->time << " " << this->maxTime << endl;
|
|
||||||
|
|
||||||
this->time += this->dt;
|
this->time += this->dt;
|
||||||
|
|
||||||
if (this->time >= this->maxTime) {
|
if (this->time >= this->maxTime) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue