https://github.com/geodynamics/citcoms
Revision 93471fe788967e66685bd77f9b4a0c54a45913ad authored by Eh Tan on 17 October 2007, 18:35:03 UTC, committed by Eh Tan on 17 October 2007, 18:35:03 UTC
1 parent 1602d87
Raw File
Tip revision: 93471fe788967e66685bd77f9b4a0c54a45913ad authored by Eh Tan on 17 October 2007, 18:35:03 UTC
Roll back r8111, reading velo files for init. temperature stays as tic_method=-1. Other changes in r8111 will be put back later.
Tip revision: 93471fe
.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