1 #ifndef SZA_UTIL_CONFORMABLEQUANTITY_H
2 #define SZA_UTIL_CONFORMABLEQUANTITY_H
18 class ConformableQuantity {
24 ConformableQuantity() {};
29 virtual ~ConformableQuantity() {};
31 virtual void initialize() {};
39 virtual void setVal(
double val, std::string units) {
40 ThrowError(
"Undefined call to base-class setVal method");
43 void setFinite(
bool finite) {
56 #endif // End #ifndef SZA_UTIL_CONFORMABLEQUANTITY_H
Tagged: Fri Nov 14 12:39:33 UTC 2003.