https://github.com/geodynamics/citcoms
Revision cc26d94b1d04e8d676cc6fc3b384a7b4af26e2f1 authored by Thorsten Becker on 25 June 2008, 01:13:32 UTC, committed by Thorsten Becker on 25 June 2008, 01:13:32 UTC
Minor additions (prototypes) to make the code compile smoothly under  
PGI. 


1 parent 6ada82f
Raw File
Tip revision: cc26d94b1d04e8d676cc6fc3b384a7b4af26e2f1 authored by Thorsten Becker on 25 June 2008, 01:13:32 UTC
Modified net rotation computation for ellipticity.
Tip revision: cc26d94
.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