https://github.com/geodynamics/citcoms
Revision 7a399ef9c9f0e58ad66c725457177f0e9e62b72e authored by Eh Tan on 01 May 2009, 22:18:00 UTC, committed by Eh Tan on 01 May 2009, 22:18:00 UTC
1 parent c9c08bb
Raw File
Tip revision: 7a399ef9c9f0e58ad66c725457177f0e9e62b72e authored by Eh Tan on 01 May 2009, 22:18:00 UTC
Depth is measured from r=1.0, not outer radius, because in coupled model, the outer radius can be < 1.0.
Tip revision: 7a399ef
.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