https://github.com/geodynamics/citcoms
Revision a112ea802d3573aac4a3b2f1199ff5b49fc6295c authored by Thorsten Becker on 13 September 2010, 12:01:43 UTC, committed by Thorsten Becker on 13 September 2010, 12:01:43 UTC
1 parent ab35881
Raw File
Tip revision: a112ea802d3573aac4a3b2f1199ff5b49fc6295c authored by Thorsten Becker on 13 September 2010, 12:01:43 UTC
Forgot part of the rotation matrix, minor fixes else, still experimental.
Tip revision: a112ea8
.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