| 46 | // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // |
| 47 | |
| 48 | bool Foam::timeSelector::selected(const instant& value) const |
| 49 | { |
| 50 | return scalarRanges::selected(value.value()); |
| 51 | } |
| 52 | |
| 53 | |
| 54 | Foam::List<bool> Foam::timeSelector::selected(const instantList& Times) const |
no test coverage detected