removed unnecessary print
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user