[cig-commits] [commit] pluggable: Better message (d329eb8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 08:56:04 PDT 2014


Repository : ssh://geoshell/specfem3d_globe

On branch  : pluggable
Link       : https://github.com/geodynamics/specfem3d_globe/compare/64e1b38f0c5ebb4056cce0b15d41c0b9f94ab6e5...099a4d330d5b173b21e51ad441f9f429e5d37842

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

commit d329eb867b67d516cb856d063da26e9eb58a45ab
Author: Eh Tan <tan2 at earth.sinica.edu.tw>
Date:   Sun May 10 20:25:27 2009 +0000

    Better message


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

d329eb867b67d516cb856d063da26e9eb58a45ab
 UTILS/seis_process/convolve_stf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UTILS/seis_process/convolve_stf.c b/UTILS/seis_process/convolve_stf.c
index 91cf2ff..a890327 100644
--- a/UTILS/seis_process/convolve_stf.c
+++ b/UTILS/seis_process/convolve_stf.c
@@ -185,7 +185,7 @@ main(int argc, char *argv[])
         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