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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:56:17 UTC 2009


The following commit has been merged in the upstream branch:
commit 5cc1c1e970b235992eb620747cef6e8f7d488bd4
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Apr 3 08:02:10 2009 +1100

    Fix for dependencies of examples
    
    darcs-hash:20090402210210-d4795-246767b37bbccf94884ae8aabb61618b30338fbf.gz

diff --git a/doc/examples/depend.py b/doc/examples/depend.py
index b8b058b..dc18220 100755
--- a/doc/examples/depend.py
+++ b/doc/examples/depend.py
@@ -18,7 +18,7 @@ for start in sys.argv[1:]:
             dists += "\\\n\t" + name
             depends += "\\\n\t" + name
             for f in example.required:
-                if os.path.exists("../../_darcs/pristine/doc/examples/" + example.path + "/" + f):
+                if os.path.exists("../../_darcs/current/doc/examples/" + example.path + "/" + f):
                     dists += "\\\n\t" + example.path + "/" + f
             for f in example.generated:
                 depends += "\\\n\t" + example.path + "/" + f

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list