Differences From Artifact [34ed9de7e9]:
- Executable file mttroot/mtt/lib/cr/hh/staticpressure.hh — part of check-in [558c174ebf] at 2000-12-28 09:19:07 on branch origin/master — put under RCS (user: gawthrop@users.sourceforge.net, size: 722) [annotate] [blame] [check-ins using] [more...]
To Artifact [036b87bd6c]:
- Executable file mttroot/mtt/lib/cr/hh/staticpressure.hh — part of check-in [b22e319862] at 2004-08-09 17:45:56 on branch origin/master — cmath is preferred to math.h (user: geraint@users.sourceforge.net, size: 721) [annotate] [blame] [check-ins using] [more...]
1 2 3 | #ifndef STATICPRESSURE_HH #define STATICPRESSURE_HH | | | 1 2 3 4 5 6 7 8 9 10 11 | #ifndef STATICPRESSURE_HH #define STATICPRESSURE_HH #include <cmath> // log, pow #include "constants.hh" inline double staticpressure(const double beta, const double C_d, const double d, |
︙ | ︙ |