Skip to content
Snippets Groups Projects
Commit 93b474dc authored by Konstantin Kutscher's avatar Konstantin Kutscher
Browse files

fix warnings

parent edb48707
No related branches found
No related tags found
2 merge requests!171Newest Update,!83Fix MPICommunicator
...@@ -82,8 +82,6 @@ void CalculateTorqueCoProcessor::calculateForces() ...@@ -82,8 +82,6 @@ void CalculateTorqueCoProcessor::calculateForces()
torqueX2global = 0.0; torqueX2global = 0.0;
torqueX3global = 0.0; torqueX3global = 0.0;
int counter = 0;
for(SPtr<D3Q27Interactor> interactor : interactors) for(SPtr<D3Q27Interactor> interactor : interactors)
{ {
double x1Centre = interactor->getGbObject3D()->getX1Centroid(); double x1Centre = interactor->getGbObject3D()->getX1Centroid();
......
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