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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:53:22 UTC 2009


The following commit has been merged in the upstream branch:
commit b0a996754a33059c18174ce40a6fae14fedcba11
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Thu Nov 2 09:42:27 2006 +1100

    bat2gts sets higher output precision
    
    darcs-hash:20061101224227-d4795-f79a5f850fe89f70e3e09a1dcbba28048a8d8d53.gz

diff --git a/tools/bat2gts b/tools/bat2gts
index d80e351..0b48845 100755
--- a/tools/bat2gts
+++ b/tools/bat2gts
@@ -112,6 +112,7 @@ mapproject -Dc -C $proj $area |\
 transform --rz $angle | transform --revert --tz 0.5
 
 cat <<EOF > lolat2xy
+gmtset D_FORMAT = %.12lf
 mapproject -Dc -C $proj $area | awk '
 BEGIN {
   angle = $angle * 3.14159265359/180.;
@@ -132,6 +133,7 @@ EOF
 chmod +x lolat2xy
 
 cat <<EOF > xy2lolat
+gmtset D_FORMAT = %.12lf
 awk '
 BEGIN {
   angle = - $angle * 3.14159265359/180.;

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list