Skip to content

Commit

Permalink
ome bugs, some extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWStockwellJr committed Nov 3, 2017
1 parent cce5588 commit 3c7a24e
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 10 deletions.
Binary file modified bin/sucentsamp
Binary file not shown.
Binary file modified bin/sudipdivcor
Binary file not shown.
Binary file modified bin/sudivcor
Binary file not shown.
Binary file modified bin/sugain
Binary file not shown.
Binary file modified bin/sunan
Binary file not shown.
Binary file modified bin/sunormalize
Binary file not shown.
Binary file modified bin/supgc
Binary file not shown.
Binary file modified bin/suweight
Binary file not shown.
Binary file modified bin/suzero
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Installation_Instructions
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,12 @@ codes to compile. We have made most of the portability directories
unnecessary via the magic of compile time flags.

Questions regarding the installation and portability should be
addressed to: jstockwe@mines.edu
addressed to: john.19071969@gmail.com

You may also join the "seisunix" discussion group by clicking on the link
to this site on the web page: http://www.cwp.mines.edu/cwpcodes

John Stockwell | jstockwe@mines.edu
John Stockwell | john.19071969@gmail.com
Center for Wave Phenomena (The Home of Seismic Un*x)
Colorado School of Mines
Golden, CO 80401 | http://www.cwp.mines.edu/cwpcodes
Expand Down
2 changes: 1 addition & 1 deletion src/README_BEFORE_UNTARRING
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ not complete, or you have not completed the installation of the
operating system. Please fix the path information, or finish the
operating system installation before attempting to continue.

John Stockwell | jstockwe@mines.edu
John Stockwell | john.19071969@gmail.com
Center for Wave Phenomena (The Home of Seismic Un*x)
Colorado School of Mines
Golden, CO 80401 | http://www.cwp.mines.edu/cwpcodes
Expand Down
2 changes: 1 addition & 1 deletion src/README_FIRST
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Note: there are always changes in the package between releases, so
read this file even if you think you have "been here before".


John Stockwell | jstockwe@mines.edu
John Stockwell | john.19071969@gmail.com
Center for Wave Phenomena (The Home of Seismic Unix)
Colorado School of Mines
Golden, CO 80401 | http://www.cwp.mines.edu/cwpcodes
Expand Down
4 changes: 2 additions & 2 deletions src/configs/Makefile.config_MacOSX_Sierra
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ DYLD_FALLBACK_LIBRARY_PATH += $(CWPROOT)/lib:${LMOTIF}:${LX11}

CPP = /usr/bin/cpp

CC = /opt/local/bin/gcc-mp-5
#CC = /opt/local/bin/gcc-mp-5

#CC = /usr/bin/gcc
CC = /usr/bin/gcc
#OPTC = -g -c90 -m64 -Wall -ansi -Wno-long-long
#OPTC = -g -std=c90 -m64 -Wall -ansi -Wno-long-long
OPTC = -g -O2 -m64 -std=c99 -Wall -pedantic -Wno-long-long
Expand Down
6 changes: 3 additions & 3 deletions src/mailhome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#set -x

# these items identify the date/release of the codes
DATE="24 April 2017"
RELEASE="44R5"
DATE="3 Nov 2017"
RELEASE="44R14"

# home address
ADDRESS="jstockwe@mines.edu"
ADDRESS="john.19071969@gmail.com"

# message
MESSAGE="Installing the $DATE version (Release ${RELEASE}) of the CWP codes."
Expand Down
1 change: 0 additions & 1 deletion src/su/main/amplitudes/sunormalize.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ void vrmedian(float *x,float *r,float *y,int *n)
qksort(*n,x);
if ( dv.rem) *r=x[dv.quot];
if (!dv.rem) *r=(x[dv.quot]+x[dv.quot+1])/2.;
return(CWP_Exit());
}

void maxmgv(float *r,float *rmx,int *n)
Expand Down

0 comments on commit 3c7a24e

Please sign in to comment.