diff --git a/examples/flow/navierStokesProblem_impl.h b/examples/flow/navierStokesProblem_impl.h index 1da32e7c9cbb054ea497a8308009f1626a737977..0b421ba16e01e96683f1c870cbee52807453ab4b 100644 --- a/examples/flow/navierStokesProblem_impl.h +++ b/examples/flow/navierStokesProblem_impl.h @@ -280,9 +280,6 @@ getExplicitUpdate( const RealType& time, { this->boundaryConditionPointer->setTimestep(0); } - std::cout<<tau<< std::endl; - std::cout<<time<< std::endl; - getchar(); this->boundaryConditionPointer->setCavitySpeed(this->cavitySpeed); this->boundaryConditionPointer->setCompressibleConservativeVariables(this->conservativeVariables); this->boundaryConditionPointer->setGamma(this->gamma);