Overview
| Comment: | Declarations of class string prepended with std:: to satisfy g++. cmath is preferred to math.h |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
01ef22d887d7f588c959e9750d81db22 |
| User & Date: | geraint@users.sourceforge.net on 2004-08-09 17:46:52.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2004-08-09
| ||
| 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 | |
| 17:45:56 | cmath is preferred to math.h check-in: b22e319862 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/cr/hh/pressuredrop.hh
from [378b136495]
to [6e65549995].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + - + - + - + | #ifndef PRESSUREDROP_HH #define PRESSUREDROP_HH #include <cmath> // fabs, pow |
| ︙ |