| tfixed indentation error for visualize() - sphere - GPU-based 3D discrete eleme… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit d7d4e915c449761c1ddc1f37b57f64ba2e3c397f | |
| parent 4377147020405d1fc9d51f308f879030e8006b68 | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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. | |
| """ | |