Skip to content
Snippets Groups Projects
Commit 74e2e7f2 authored by Christoph Schwarzmeier's avatar Christoph Schwarzmeier
Browse files

Apply clang-format [ci skip]

parent 6525cbb1
Branches
Tags
No related merge requests found
......@@ -462,7 +462,6 @@ int main(int argc, char** argv)
centerOfMassOld = *centerOfMass;
}
// stop simulation before bubble hits the top wall
if ((*centerOfMass)[2] > stoppingHeight) { break; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment