https://github.com/geodynamics/citcoms
Revision 9f7396f0cd3b08fe1e9fe7b544628d59cbb44e14 authored by Thorsten Becker on 26 June 2008, 23:56:32 UTC, committed by Thorsten Becker on 26 June 2008, 23:56:32 UTC
Fixed omission of one elliptical correction, added a flag. 


1 parent fa90e33
Raw File
Tip revision: 9f7396f0cd3b08fe1e9fe7b544628d59cbb44e14 authored by Thorsten Becker on 26 June 2008, 23:56:32 UTC
Reordered loop in get_buoyancy to speed up array access.
Tip revision: 9f7396f
.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