commit 81fe44ecb8d02e99a8f6e7e1a0002ad960ff01ac parent 117f20b43c96d91a227055edfc60116226cb0171 Author: Anders Damsgaard <andersd@riseup.net> Date: Mon, 1 May 2017 14:29:34 -0400 call correct function Diffstat:
M | src/grid.jl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/grid.jl b/src/grid.jl @@ -52,7 +52,7 @@ function sortIceFloesInOceanGrid!(simulation::Simulation; verbose=false) # remove ice floe if it is outside of the grid if i == 0 && j == 0 - disableIceFloe(simulation, idx) + disableIceFloe!(simulation, idx) end # add cell to ice floe