| 854 | |
| 855 | |
| 856 | void Foam::Time::setTime(const Time& t) |
| 857 | { |
| 858 | value() = t.value(); |
| 859 | dimensionedScalar::name() = t.dimensionedScalar::name(); |
| 860 | timeIndex_ = t.timeIndex_; |
| 861 | fileHandler().setTime(*this); |
| 862 | } |
| 863 | |
| 864 | |
| 865 | void Foam::Time::setTime(const instant& inst, const label newIndex) |
no test coverage detected