Skip to content
Snippets Groups Projects
Commit 0d9998af authored by Timon Habenicht's avatar Timon Habenicht
Browse files

deletes unused SimulationResults in TaylorGreenTestParameter

parent a03d5fc6
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,5 @@ TaylorGreenTestParameter::TaylorGreenTestParameter(real u0, real amplitude, real
this->filePath = oss.str();
initialCondition = InitialConditionTaylorGreen::getNewInstance((double)lx, (double)lz, (double)l0, u0, amplitude, rho0);
simResults = SimulationResults::getNewInstance(lx, lz, timeStepLength);
calculator = VxFFTCalculator::getNewInstance(viscosity, testResults);
}
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