Skip to content
Snippets Groups Projects
Commit c5c72161 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Remove accidental change to DragLift calls

They are part of a future merge
parent f9059854
No related branches found
No related tags found
1 merge request!221Move simulation subroutines into functions
......@@ -977,9 +977,7 @@ void Simulation::readAndWriteFiles(uint timestep)
////////////////////////////////////////////////////////////////////////
if (para->getCalcDragLift())
{
vf::lbm::dragLift::writeTotalDragLiftToFile(para.get(), timestep);
vf::lbm::dragLift::writeForcesToFile(para.get(), timestep);
vf::lbm::dragLift::writeForcesToVtk(para.get(), timestep);
printDragLift(para.get(), cudaMemoryManager.get(), timestep);
}
////////////////////////////////////////////////////////////////////////
if (para->getCalcParticles()) copyAndPrintParticles(para.get(), cudaMemoryManager.get(), timestep, false);
......
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