Differences From Artifact [34ed9de7e9]:

To Artifact [036b87bd6c]:


1
2
3
4
5
6
7
8
9
10
11
#ifndef STATICPRESSURE_HH
#define STATICPRESSURE_HH

#include <math.h>		// log, pow

#include "constants.hh"

inline double
staticpressure(const double beta,
	       const double C_d,
	       const double d,



|







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,

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]