[cig-commits] [commit] master: smooth the contours in grdmap.sh (2aef566)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sun Dec 7 23:08:08 PST 2014


Repository : https://github.com/geodynamics/relax

On branch  : master
Link       : https://github.com/geodynamics/relax/compare/7e45108163c32825a865acfcd3c8fa5541eefdcf...9e8e2ba529486d2ff451bf93fde763d893042d67

>---------------------------------------------------------------

commit 2aef56694211098c66f815ade5c9c0a854091455
Author: Sylvain Barbot <sbarbot at ntu.edu.sg>
Date:   Mon Dec 8 15:03:41 2014 +0800

    smooth the contours in grdmap.sh


>---------------------------------------------------------------

2aef56694211098c66f815ade5c9c0a854091455
 util/grdmap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/grdmap.sh b/util/grdmap.sh
index 67e53b0..115fb8f 100755
--- a/util/grdmap.sh
+++ b/util/grdmap.sh
@@ -56,7 +56,7 @@ my_gmt(){
 		    -K -C$colors -P -X1.2i -Y${YSHIFT}i $illumination \
 		    > $PSFILE
 		if [ "$Cset" == "-C" ]; then
-			grdcontour -K -O $U3 -W0.3p/100/100/100 -R$bds -J${PROJ} -S -C$contour -P >> $PSFILE
+			grdcontour -K -O $U3 -W0.3p/100/100/100 -R$bds -J${PROJ} -S4 -C$contour -P >> $PSFILE
 		fi
 	else
 		psbasemap -R$bds -J${PROJ} \



More information about the CIG-COMMITS mailing list