PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
#include "pism/util/MaxTimestep.hh"
#include <cassert>
Go to the source code of this file.
Namespaces | |
pism | |
Functions | |
bool | pism::operator== (const MaxTimestep &a, const MaxTimestep &b) |
Equality operator for MaxTimestep. More... | |
bool | pism::operator< (const MaxTimestep &a, const MaxTimestep &b) |
Less than operator for MaxTimestep. More... | |
bool | pism::operator> (const MaxTimestep &a, const MaxTimestep &b) |
Greater than operator for MaxTimestep. More... | |