[cig-commits] r14965 - seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process

tan2 at geodynamics.org tan2 at geodynamics.org
Sun May 10 13:25:27 PDT 2009


Author: tan2
Date: 2009-05-10 13:25:27 -0700 (Sun, 10 May 2009)
New Revision: 14965

Modified:
   seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process/convolve_stf.c
Log:
Better message

Modified: seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process/convolve_stf.c
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process/convolve_stf.c	2009-05-10 20:24:26 UTC (rev 14964)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/pluggable/UTILS/seis_process/convolve_stf.c	2009-05-10 20:25:27 UTC (rev 14965)
@@ -185,7 +185,7 @@
         getfhv("o", &origin, &nerr, strlen("o"));
         if(nerr) {
             /* Assuming origin time is 0, per convention of SPECFEM */
-	    fprintf(stderr, "  Assuming origin time is 0\n");
+	    fprintf(stderr, " Ignoring the error, assuming origin time is 0\n");
             origin = 0.0;
             setfhv("o", &origin, &nerr, strlen("o"));
         }



More information about the CIG-COMMITS mailing list