tfixed indentation error - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 95af4aecab1bf483403474223cc82f1e7a863b63
(DIR) parent 4d495a5c5e845b31b14a3c313f88cfdfc94d85d1
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Fri, 24 May 2013 10:32:32 +0200
fixed indentation error
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -1334,7 +1334,7 @@ class Spherebin:
qscale = 1,
bitrate = 1800,
verbose = False):
- 'Use ffmpeg to combine images to animation. All images should be rendered beforehand.'
+ 'Use ffmpeg to combine images to animation. All images should be rendered beforehand.'
video(self.sid, out_folder, video_format, graphics_folder, \
graphics_format, fps, qscale, bitrate, verbose)