https://github.com/geodynamics/citcoms
Revision 25986550da6470f770c775268bfe67e7adaa13c6 authored by Thorsten Becker on 19 January 2011, 21:00:20 UTC, committed by Thorsten Becker on 19 January 2011, 21:00:20 UTC
1 parent 452a6d7
Raw File
Tip revision: 25986550da6470f770c775268bfe67e7adaa13c6 authored by Thorsten Becker on 19 January 2011, 21:00:20 UTC
Checking in Shijie Zhong's revised Advection_diffusion routine.
Tip revision: 2598655
.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