https://github.com/geodynamics/citcoms
Revision 12ac22cd5696021d49cea7e6173a4b5fcc0a630a authored by Thorsten Becker on 06 February 2011, 23:57:18 UTC, committed by Thorsten Becker on 06 February 2011, 23:57:18 UTC
1 parent 4fb41eb
Raw File
Tip revision: 12ac22cd5696021d49cea7e6173a4b5fcc0a630a authored by Thorsten Becker on 06 February 2011, 23:57:18 UTC
Fixed typo that was introduced in 17555 and made temperature field
Tip revision: 12ac22c
.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