From f0bce5672ecda10acd736fbeab19ef083994d76c Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 16 Apr 2019 18:09:54 +0100 Subject: [PATCH] Corrected indent. --- gprMax/input_cmds_geometry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/input_cmds_geometry.py b/gprMax/input_cmds_geometry.py index 9eb6d894..22688803 100644 --- a/gprMax/input_cmds_geometry.py +++ b/gprMax/input_cmds_geometry.py @@ -1227,7 +1227,7 @@ def process_geometrycmds(geometry, G): # Set the fractal surface using the pre-calculated spatial distribution and a random height surface.fractalsurface = np.zeros((surface.fractalsurface.shape[0], surface.fractalsurface.shape[1])) for i in range(len(bladesindex[0])): - surface.fractalsurface[bladesindex[0][i], bladesindex[1][i]] = R.randint(surface.fractalrange[0], surface.fractalrange[1], size=1) + surface.fractalsurface[bladesindex[0][i], bladesindex[1][i]] = R.randint(surface.fractalrange[0], surface.fractalrange[1], size=1) # Create grass geometry parameters g = Grass(numblades)