https://github.com/geodynamics/citcoms
Revision d3025a837b8af25760f3d0d27e0ff974de21f74e authored by Thorsten Becker on 18 June 2008, 22:35:04 UTC, committed by Thorsten Becker on 18 June 2008, 22:35:04 UTC
1 parent 2d8894e
Raw File
Tip revision: d3025a837b8af25760f3d0d27e0ff974de21f74e authored by Thorsten Becker on 18 June 2008, 22:35:04 UTC
Speed up of computation by precomputing constants.
Tip revision: d3025a8
.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