tfixed indentation error for visualize() - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit d7d4e915c449761c1ddc1f37b57f64ba2e3c397f
DIR parent 4377147020405d1fc9d51f308f879030e8006b68
HTML Author: Anders Damsgaard <adc@geo.au.dk>
Date: Thu, 22 Nov 2012 12:26:29 +0100
fixed indentation error for visualize()
Diffstat:
M python/sphere.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/python/sphere.py b/python/sphere.py
t@@ -1050,8 +1050,8 @@ def video(project,
+ out_folder + "/" + project + "." + video_format, shell=True)
- def visualize(project, method = 'energy', savefig = True, outformat = 'png'):
- """ Visualize output from the target project,
+def visualize(project, method = 'energy', savefig = True, outformat = 'png'):
+ """ Visualize output from the target project,
where the temporal progress is of interest.
"""