Revision f392355f2b9d29e73b41d8bd710be32496dec7fb authored by Eh Tan on 25 September 2007, 01:31:30 UTC, committed by Eh Tan on 25 September 2007, 01:31:30 UTC
When solver.param.reference_state=0, the reference state is read from a file (solver.param.refstate_file)

When solver.param.reference_state=1 (default), the reference state is calculated using Adams-Williamson equation of state.

1 parent 4170440
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