https://github.com/geodynamics/citcoms
Revision b6fe6e9dd48814d6e0a492aa89e7405d321fce5d authored by Thorsten Becker on 22 December 2010, 21:53:36 UTC, committed by Thorsten Becker on 22 December 2010, 21:53:36 UTC
1 parent dc5cd22
Raw File
Tip revision: b6fe6e9dd48814d6e0a492aa89e7405d321fce5d authored by Thorsten Becker on 22 December 2010, 21:53:36 UTC
Minor fixes for compile, still hunting for convergence problem.
Tip revision: b6fe6e9
.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