https://github.com/geodynamics/citcoms
Revision 57faf890b355b594a077b23db9571e90d7357fb1 authored by Thorsten Becker on 21 August 2009, 20:32:56 UTC, committed by Thorsten Becker on 21 August 2009, 20:32:56 UTC
1 parent 4b24572
Raw File
Tip revision: 57faf890b355b594a077b23db9571e90d7357fb1 authored by Thorsten Becker on 21 August 2009, 20:32:56 UTC
test implementation of steady state strain-rate weakending via
Tip revision: 57faf89
.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