https://github.com/geodynamics/citcoms
Revision 1e59dd6ba0008a00db5f3b910e4a599810608edc authored by Thorsten Becker on 15 September 2010, 10:36:58 UTC, committed by Thorsten Becker on 15 September 2010, 10:36:58 UTC
Retired N>3 matrix determinant functions (because they caused compile problems) 


1 parent 0c84e99
Raw File
Tip revision: 1e59dd6ba0008a00db5f3b910e4a599810608edc authored by Thorsten Becker on 15 September 2010, 10:36:58 UTC
Suggested use of general prototypes
Tip revision: 1e59dd6
.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