15 int Format::defaultWidth_ = 15;
16 int Format::defaultPrecision_ = 7;
22 { Format::defaultWidth_ = width; }
28 { Format::defaultPrecision_ = precision; }
34 {
return defaultWidth_; }
40 {
return defaultPrecision_; }
53 Format::defaultWidth_ = 15;
54 Format::defaultPrecision_ = 7;
File containing preprocessor macros for error handling.
#define UTIL_CHECK(condition)
Assertion macro suitable for serial or parallel production code.
Utility classes for scientific computation.