Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Feb 17, 2022
1 parent 6bbd392 commit 8bc26bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ladds/CollisionFunctor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CollisionFunctor::CollisionFunctor(double cutoff, double dt, double collisionDis
: Functor(cutoff),
_cutoffSquare(cutoff * cutoff),
_dt(dt),
_collisionDistanceFactor(collisionDistanceFactor / 1000.), // also imply conversion from m to km
_collisionDistanceFactor(collisionDistanceFactor / 1000.), // also imply conversion from m to km
_minDetectionRadius(minDetectionRadius) {
_threadData.resize(autopas::autopas_get_max_threads());
}
Expand Down

0 comments on commit 8bc26bf

Please sign in to comment.