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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:54:40 UTC 2009


The following commit has been merged in the upstream branch:
commit 1181c8654f41b9766a3bde0647ca82773551fff0
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Wed Sep 12 14:36:43 2007 +1000

    Bug fix for bad comment indentation in parameter files views
    
    darcs-hash:20070912043643-d4795-06f2ef1e4ae3176c65cdc114492e2f1b587c8f56.gz

diff --git a/doc/examples/gfs2tex.py b/doc/examples/gfs2tex.py
index e366885..e6ca389 100644
--- a/doc/examples/gfs2tex.py
+++ b/doc/examples/gfs2tex.py
@@ -156,8 +156,8 @@ class Example:
                 if infile:
                     record = line.split()
                     if insthg or len(record) > 1:
-			out.write(tab)
                         out.write('<div class="comment">')
+			out.write(tab)
                         out.write(l)
                         out.write('</div>')
                         insthg = 1

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list