Revision a77c1860f5d3dabed475294dd6c8eb899e0495bb authored by Thorsten Becker on 09 August 2007, 01:27:32 UTC, committed by Thorsten Becker on 09 August 2007, 01:27:32 UTC
- added a compositional viscosity function, CDEPV, based on two tracer
  flavors

- for this to work, I had to move viscosity_input() *behind*
  tic_input() and tracer_input() in Instructions.c

- built in restart facilities for temperature and tracers when using
  gzdir I/O



1 parent 8e448b0
Raw File
.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