[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet s.popinet at niwa.co.nz
Fri May 15 02:51:49 UTC 2009


The following commit has been merged in the upstream branch:
commit 0c6aad032d40b49eebf2f0cac0eab1eab6a0a023
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Sat Apr 9 23:56:34 2005 +1000

    Minor bugfix for gfs2tex
    
    darcs-hash:20050409135634-fbd8f-75639adbc6bfc14c7c854b9298e539c91b89a5e4.gz

diff --git a/doc/examples/gfs2tex.py b/doc/examples/gfs2tex.py
index 96153e4..7a06ee2 100644
--- a/doc/examples/gfs2tex.py
+++ b/doc/examples/gfs2tex.py
@@ -168,7 +168,7 @@ class Example:
                     if len(record) > 2 and record[1] == "Generated" and record[2] == "files:":
                         infile = 1
                         insthg = 0
-            elif insthg:
+            else:
                 record = l.split()
                 for r in record:
                     key = None

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list