From 73dee818372eac9b8d55aadf3e789f45ae42062e Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Thu, 24 Aug 2023 15:06:07 +0200 Subject: [PATCH 1/2] corr header --- Base/Axis/Coordinate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Axis/Coordinate.cpp b/Base/Axis/Coordinate.cpp index 809e16af343..5017f9f0f55 100644 --- a/Base/Axis/Coordinate.cpp +++ b/Base/Axis/Coordinate.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit reflection and scattering // -//! @file Base/Axis/Coordinate.h +//! @file Base/Axis/Coordinate.cpp //! @brief Implements class Coordinate //! //! @homepage http://www.bornagainproject.org -- GitLab From dd06884211efe205f110a6e3882b32a65e24b039 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Thu, 24 Aug 2023 15:09:21 +0200 Subject: [PATCH 2/2] rm 'virtual' for ~Frame --- Base/Axis/Frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/Axis/Frame.h b/Base/Axis/Frame.h index 79f3677663b..29178e79a2e 100644 --- a/Base/Axis/Frame.h +++ b/Base/Axis/Frame.h @@ -31,7 +31,7 @@ public: Frame(const Scale* ax0); Frame(const Scale* ax0, const Scale* ax1); - virtual ~Frame(); + ~Frame(); Frame* clone() const; -- GitLab