https://github.com/geodynamics/citcoms
Revision 010b460c7118a05ce78280292ed2f07c783a95c1 authored by Thorsten Becker on 24 September 2010, 03:35:36 UTC, committed by Thorsten Becker on 24 September 2010, 03:35:36 UTC
1 parent cbf9149
Raw File
Tip revision: 010b460c7118a05ce78280292ed2f07c783a95c1 authored by Thorsten Becker on 24 September 2010, 03:35:36 UTC
Augmented G matrix with anisotropic computation, may or may not be a good idea.
Tip revision: 010b460
.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