Skip to content
Snippets Groups Projects
Commit a24b7718 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

docu

parent ec1a7901
No related branches found
No related tags found
1 merge request!65Refactor Distribution Handling
Pipeline #36302 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment