https://github.com/geodynamics/citcoms
Revision 2dbb83a79ec20a4624843fb9870f64c4a6876e19 authored by Eh Tan on 22 December 2008, 18:48:50 UTC, committed by Eh Tan on 22 December 2008, 18:48:50 UTC
1 parent e6414a7
Raw File
Tip revision: 2dbb83a79ec20a4624843fb9870f64c4a6876e19 authored by Eh Tan on 22 December 2008, 18:48:50 UTC
Fixed a bug in viscosity rheol=7. Bug reported by Laura Alisic.
Tip revision: 2dbb83a
.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