From a24b77186505afd47b651be691f9155f4ad76085 Mon Sep 17 00:00:00 2001 From: Matthias Puchner <github@mpuchner.de> Date: Tue, 4 May 2021 17:24:19 +0200 Subject: [PATCH] docu --- Device/Beam/Beam.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Device/Beam/Beam.h b/Device/Beam/Beam.h index f8769a29aa8..3bb5bf1e8e4 100644 --- a/Device/Beam/Beam.h +++ b/Device/Beam/Beam.h @@ -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); -- GitLab