From 2fd9b024d6b13f9ccdf90ce2a25e5ad6d234759e Mon Sep 17 00:00:00 2001 From: Joachim Wuttke <j.wuttke@fz-juelich.de> Date: Tue, 4 Apr 2023 20:04:17 +0200 Subject: [PATCH] .. --- Base/Types/Span.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Base/Types/Span.h b/Base/Types/Span.h index 30c35d2a69c..5b0c15ccf40 100644 --- a/Base/Types/Span.h +++ b/Base/Types/Span.h @@ -21,7 +21,6 @@ //! An interval. Limits are of type double, and may be infinite. //! Used for the z-coordinate, especially when slicing form factors. -//! class Span { public: -- GitLab