PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#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... | |