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

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


The following commit has been merged in the upstream branch:
commit 9d1ab19b72bb8311a26807629d44198fd1beb84c
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Tue Mar 8 15:40:36 2005 +1100

    bat2gts does not need to construct closed geometry anymore
    
    darcs-hash:20050308044036-fbd8f-dd7bc09de5dcf6e279483cb063e002bf8958395e.gz

diff --git a/tools/bat2gts b/tools/bat2gts
index 14ccd51..d80e351 100755
--- a/tools/bat2gts
+++ b/tools/bat2gts
@@ -108,7 +108,7 @@ mapproject -Dc -C $proj $area |\
     if ($1 < 0.71 && $1 > -0.71 && $2 < 0.71 && $2 > -0.71)
       print $1 " " $2 " " (coast - $3)/H;
   }
-' | sort | uniq | happrox -f $verbose -C -r `awk -v H=$H 'BEGIN{print 1./H}'` -c $relative |\
+' | sort | uniq | happrox -f $verbose -r `awk -v H=$H 'BEGIN{print 1./H}'` -c $relative |\
 transform --rz $angle | transform --revert --tz 0.5
 
 cat <<EOF > lolat2xy

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list