From a8d52b00a61d8cd5326741b2f2f2eea3c99f9171 Mon Sep 17 00:00:00 2001 From: JanThorbecke <janth@xs4all.nl> Date: Thu, 12 Sep 2019 08:03:46 +0200 Subject: [PATCH] format --- README | 2 +- marchenko/marchenko_primaries.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8dd89ff..633616e 100644 --- a/README +++ b/README @@ -117,7 +117,7 @@ SEISMIC UNIX If you want to use the .su files with SU from CWP: git clone https://github.com/JohnWStockwellJr/SeisUnix -==> Please make sure that SU is compiled without XDR (in $CWPROOT/Makefile.config make sure that XDRFLAG is NOT set). The SU output files of fdelmodc are all based on local IEEE data. +==> Please make sure that SU is compiled without XDR (in $CWPROOT/Makefile.config make sure that XDRFLAG is NOT enabled). The SU output files of fdelmodc are all based on local IEEE data. ZFP --- diff --git a/marchenko/marchenko_primaries.c b/marchenko/marchenko_primaries.c index 80c2398..5e44624 100644 --- a/marchenko/marchenko_primaries.c +++ b/marchenko/marchenko_primaries.c @@ -675,7 +675,7 @@ int main (int argc, char **argv) t2 = wallclock_time(); tcopy += t2 - t3; - if (verbose>2) vmess("*** Iteration %d finished ***", iter); + if (verbose>2) vmess("*** Iteration %d finished ***", iter); } /* end of iterations */ -- GitLab