From e9aae92fe089bde9ca629d55578140e993131ba6 Mon Sep 17 00:00:00 2001 From: Matthias Frey <matthias.frey@psi.ch> Date: Wed, 15 Jul 2020 12:09:49 +0200 Subject: [PATCH] SigmaGenerator: update file header --- src/Distribution/SigmaGenerator.cpp | 2 +- src/Distribution/SigmaGenerator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Distribution/SigmaGenerator.cpp b/src/Distribution/SigmaGenerator.cpp index d39149ae6..1c468e386 100644 --- a/src/Distribution/SigmaGenerator.cpp +++ b/src/Distribution/SigmaGenerator.cpp @@ -1,5 +1,5 @@ // -// Class: SigmaGenerator.h +// Class: SigmaGenerator // The SigmaGenerator class uses the class <b>ClosedOrbitFinder</b> to get the parameters(inverse bending radius, path length // field index and tunes) to initialize the sigma matrix. // The main function of this class is <b>match(double, unsigned int)</b>, where it iteratively tries to find a matched diff --git a/src/Distribution/SigmaGenerator.h b/src/Distribution/SigmaGenerator.h index 8d9057d72..dc2035047 100644 --- a/src/Distribution/SigmaGenerator.h +++ b/src/Distribution/SigmaGenerator.h @@ -1,5 +1,5 @@ // -// Class: SigmaGenerator.h +// Class: SigmaGenerator // The SigmaGenerator class uses the class <b>ClosedOrbitFinder</b> to get the parameters(inverse bending radius, path length // field index and tunes) to initialize the sigma matrix. // The main function of this class is <b>match(double, unsigned int)</b>, where it iteratively tries to find a matched -- GitLab