mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added "max" and "min" constants to the primitive types which represent the
largest and smallest representable values. Accessible directly and via pTraits.
This commit is contained in:
@ -74,6 +74,9 @@ public:
|
||||
|
||||
static const Tensor2D zero;
|
||||
static const Tensor2D one;
|
||||
static const Tensor2D max;
|
||||
static const Tensor2D min;
|
||||
|
||||
|
||||
//- Component labeling enumeration
|
||||
enum components { XX, XY, YX, YY };
|
||||
|
||||
Reference in New Issue
Block a user