| 29 | // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // |
| 30 | |
| 31 | void Foam::clockTime::getTime(timeType& t) |
| 32 | { |
| 33 | gettimeofday(&t, 0); |
| 34 | } |
| 35 | |
| 36 | |
| 37 | double Foam::clockTime::timeDifference(const timeType& beg, const timeType& end) |