https://github.com/geodynamics/citcoms
Revision b5d6c30980c1299713e5f1f2bbbc154fe24526b5 authored by Thorsten Becker on 07 September 2010, 07:05:09 UTC, committed by Thorsten Becker on 07 September 2010, 07:05:09 UTC
1 parent a345eef
Raw File
Tip revision: b5d6c30980c1299713e5f1f2bbbc154fe24526b5 authored by Thorsten Becker on 07 September 2010, 07:05:09 UTC
Made sure that viscosity prefactors get assigned for material dependent viscosity only (TDEPV = off)
Tip revision: b5d6c30
.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