[cig-commits] r8045 - mc/1D/hc/trunk

becker at geodynamics.org becker at geodynamics.org
Thu Sep 27 15:54:24 PDT 2007


Author: becker
Date: 2007-09-27 15:54:24 -0700 (Thu, 27 Sep 2007)
New Revision: 8045

Modified:
   mc/1D/hc/trunk/Makefile
   mc/1D/hc/trunk/ggrd_struc.h
   mc/1D/hc/trunk/make_tar
Log:
Makefile is better this way.



Modified: mc/1D/hc/trunk/Makefile
===================================================================
--- mc/1D/hc/trunk/Makefile	2007-09-27 22:43:58 UTC (rev 8044)
+++ mc/1D/hc/trunk/Makefile	2007-09-27 22:54:24 UTC (rev 8045)
@@ -9,7 +9,7 @@
 #
 #
 LD = $(CC)
-CFLAGS = $(CFLAGS_DEBUG) 
+#CFLAGS = $(CFLAGS_DEBUG) 
 
 #
 # EDIT HERE FOR GMT VERSION 

Modified: mc/1D/hc/trunk/ggrd_struc.h
===================================================================
--- mc/1D/hc/trunk/ggrd_struc.h	2007-09-27 22:43:58 UTC (rev 8044)
+++ mc/1D/hc/trunk/ggrd_struc.h	2007-09-27 22:54:24 UTC (rev 8045)
@@ -5,7 +5,7 @@
 
 */
 #include "gmt.h"
-
+#include "gmt_bcr.h"
 /* 
    
 plate tectonic stages interpolation structure
@@ -39,6 +39,8 @@
 several GMT grid file structure 
 
 */
+
+
 struct ggrd_gt{
   /* 
      grd info 
@@ -61,7 +63,6 @@
   double west,east,south,north;
 
 #ifdef USE_GMT4
-#include "gmt_bcr.h"
   struct GMT_BCR loc_bcr[1];
 #else
   struct BCR loc_bcr[1];

Modified: mc/1D/hc/trunk/make_tar
===================================================================
--- mc/1D/hc/trunk/make_tar	2007-09-27 22:43:58 UTC (rev 8044)
+++ mc/1D/hc/trunk/make_tar	2007-09-27 22:54:24 UTC (rev 8045)
@@ -2,7 +2,7 @@
 #
 # create a tar file 
 #
-ver=${1-0.1}
+ver=${1-0.1.1}
 date=`date '+%m%d%y'`
 
 tf=$HOME/tmp/hc-$ver.$date.tgz 



More information about the cig-commits mailing list