https://github.com/geodynamics/citcoms
Revision f482a844ddf9ddcb8c946cbc9569aa5cea4b5993 authored by Eh Tan on 08 April 2009, 23:27:51 UTC, committed by Eh Tan on 08 April 2009, 23:27:51 UTC
1 parent 5ab6970
Raw File
Tip revision: f482a844ddf9ddcb8c946cbc9569aa5cea4b5993 authored by Eh Tan on 08 April 2009, 23:27:51 UTC
Moved where to call read_rayleigh_from_file() earlier. I hope this doesn't break the ray_control stuff.
Tip revision: f482a84
.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