Corrected indent.

这个提交包含在:
Craig Warren
2019-04-16 18:09:54 +01:00
父节点 98eb288f1d
当前提交 f0bce5672e

查看文件

@@ -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)