Skip to content
Snippets Groups Projects
Commit 86d5c272 authored by Jan Schäfer's avatar Jan Schäfer
Browse files

removed getchar in explicitRHS

parent 3634c0ff
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment