| 917 | |
| 918 | |
| 919 | void Foam::Time::setDeltaT |
| 920 | ( |
| 921 | const dimensionedScalar& deltaT, |
| 922 | const bool bAdjustDeltaT |
| 923 | ) |
| 924 | { |
| 925 | setDeltaT(deltaT.value(), bAdjustDeltaT); |
| 926 | } |
| 927 | |
| 928 | |
| 929 | void Foam::Time::setDeltaT(const scalar deltaT, const bool bAdjustDeltaT) |
no test coverage detected