Commit 86d5c272 authored by Jan Schäfer's avatar Jan Schäfer
Browse files

removed getchar in explicitRHS

parent 3634c0ff
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);