Skip to content

Commit

Permalink
call the function
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Dec 4, 2024
1 parent d20cc6e commit 2015447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ladds/Simulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ void Simulation::processCollisions(size_t iteration,
ss << "\n (" << autopas::utils::ArrayUtils::to_string(p1->getPosition()) << ", "
<< autopas::utils::ArrayUtils::to_string(p2->getPosition()) << ")";
}
return ss.str;
return ss.str();
}());
iterationsSinceLastCollision = 0;
}
Expand Down

0 comments on commit 2015447

Please sign in to comment.