Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd preliminary continue statement in porosity conditional - Granular.jl - Jul…
git clone git://src.adamsgaard.dk/Granular.jl
Log
Files
Refs
README
LICENSE
---
commit 83d0e165020a49624788e18d8384be60f2e24136
parent 5c17352359f5871f0258d3a47b12d829abfb5521
Author: Anders Damsgaard <[email protected]>
Date: Mon, 19 Feb 2018 11:12:46 -0500
Add preliminary continue statement in porosity conditional
Diffstat:
M src/grid.jl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/grid.jl b/src/grid.jl
t@@ -1098,7 +1098,8 @@ function findPorosity!(sim::Simulation, grid::Any; verbo…
continue
- elseif
+ else
+ continue
# (likely) intersection between grid and grain
# 1. There is an intersection if one of the cell
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.