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

deletes not used code in DataWriter

parent c68a6454
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,6 @@ void Y2dSliceToResults::writeTimestep(std::shared_ptr<Parameter> para, unsigned
press.at(posResults) = (double)para->getParH(level)->press_SP[posPara] / (double)3.0 * (double)para->getDensityRatio() * (double)para->getVelocityRatio() * (double)para->getVelocityRatio();
rho.at(posResults) = (double)para->getParH(level)->rho_SP[posPara] / (double)3.0 * (double)para->getDensityRatio() * (double)para->getVelocityRatio() * (double)para->getVelocityRatio();
levels.at(posResults) = level;
if (vx.at(posResults) != vx.at(posResults))
int t = 1;
}
}
simResults->addTimeStep(timestep, t, levels, x, y, z, vx, vy, vz, press, rho);
......
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