https://github.com/geodynamics/citcoms
Revision 1ff19900c3411313fbd9ab28fd8de90e26c4adaa authored by Eh Tan on 04 April 2009, 00:57:47 UTC, committed by Eh Tan on 04 April 2009, 00:57:47 UTC
* fixed errors in the coefficient table
* fixed typos
* normalized drho by reference density profile
* more digits in the prem radius table
* added two specfem flags in PREM calculation.
* "dv" output for debugging purpose, disabled.

1 parent 795f249
Raw File
Tip revision: 1ff19900c3411313fbd9ab28fd8de90e26c4adaa authored by Eh Tan on 04 April 2009, 00:57:47 UTC
Fixed a few bugs in seismic output
Tip revision: 1ff1990
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top