Overview
Comment: | Prepended std:: to iostream classes to satisfy g++. cmath is preferred to math.h |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8ae6d2d4dea18d13c75992c5c9e677a1 |
User & Date: | geraint@users.sourceforge.net on 2004-08-09 17:49:06 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-09
| ||
17:49:52 |
string header file is required. cmath is preferred to math.h check-in: 4be02de99d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:49:06 |
Prepended std:: to iostream classes to satisfy g++. cmath is preferred to math.h check-in: 8ae6d2d4de user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:46:52 |
Declarations of class string prepended with std:: to satisfy g++. cmath is preferred to math.h check-in: 01ef22d887 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/cr/hh/fade.hh from [8a88d4173b] to [ea57877552].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | #ifndef FADE_HH #define FADE_HH |
︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - + | const double x1, const double x2, const double y1, const double y2) { double X1 = x1, X2 = x2; if (x1 > x2) { |
Modified mttroot/mtt/lib/cr/hh/kinematicviscosity.hh from [ee21aaf89a] to [ebebe8b69e].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | #ifndef KINEMATICVISCOSITY_HH #define KINEMATICVISCOSITY_HH |
︙ | |||
43 44 45 46 47 48 49 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - + - + | * nu = 1.78598097e6 * T^(-4.781567507) */ { return 1.79e6 * pow(T, -4.78); } inline double |