Skip to content
Snippets Groups Projects

Refactor Distribution Handling

Merged m.puchner requested to merge refactor_distributions into develop
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -51,15 +51,15 @@ public:
//! Returns footprint factor.
const IFootprintFactor* footprintFactor() const;
//! Check for limits, set the value within limits.
//! Check for limits, set the value if within limits.
//! Throws if limits are violated.
void setInclinationAngleGuarded(double d);
//! Check for limits, set the value within limits.
//! Check for limits, set the value if within limits.
//! Throws if limits are violated.
void setAzimuthalAngleGuarded(double d);
//! Check for limits, set the value within limits.
//! Check for limits, set the value if within limits.
//! Throws if limits are violated.
void setWavelengthGuarded(double d);
Loading