commit 0e1e3a431f0242eae30d4740cee624847697b764
parent 5ee27b3f9a8253d2ed7a5797882e1bc04299ea81
Author: Anders Damsgaard <andersd@riseup.net>
Date: Thu, 16 Nov 2017 07:08:12 -0800
fix indentation of function arguments
Diffstat:
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/wall.jl b/src/wall.jl
@@ -135,15 +135,15 @@ function addWallLinearFrictionless!(simulation::Simulation,
# Create wall object
wall = WallLinearFrictionless(normal,
- pos,
- bc,
- mass,
- thickness,
- surface_area,
- normal_stress,
- vel,
- acc,
- force)
+ pos,
+ bc,
+ mass,
+ thickness,
+ surface_area,
+ normal_stress,
+ vel,
+ acc,
+ force)
# Add to simulation object
addWall!(simulation, wall, verbose)