https://github.com/geodynamics/citcoms
Revision 2d995dde2ca3d5963b93ba249187e0d596d5ba3d authored by Thorsten Becker on 24 April 2009, 18:37:49 UTC, committed by Thorsten Becker on 24 April 2009, 18:37:49 UTC
and not just close to the poles. 

precise_strain_rate=on

will select this, default is "odd", i.e. poles only as before.



1 parent 0eb5c37
Raw File
Tip revision: 2d995dde2ca3d5963b93ba249187e0d596d5ba3d authored by Thorsten Becker on 24 April 2009, 18:37:49 UTC
Added flag to allow using the more precise method of computing strain-rates throughout the globe,
Tip revision: 2d995dd
.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