From fc68aed5736b00b476cd5576a54a91e9bf424663 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Tue, 22 Jan 2019 14:04:02 +0100 Subject: [PATCH] make msr-file comment consistent with the docu (for ifll and ifgk). --- src/include/PTheory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/PTheory.h b/src/include/PTheory.h index 085f20d7..01c8c233 100644 --- a/src/include/PTheory.h +++ b/src/include/PTheory.h @@ -193,10 +193,10 @@ static PTheoDataBase fgTheoDataBase[THEORY_MAX] = { "internFld", "if", "(fraction phase frequency Trate Lrate)", "(fraction phase frequency Trate Lrate tshift)"}, {THEORY_INTERNAL_FIELD_KORNILOV, THEORY_PARAM_INTERNAL_FIELD_KORNILOV, false, - "internFldGK", "ifgk", "(fraction frequency Trate Lrate beta)", "(fraction frequency Trate Lrate beta tshift)"}, + "internFldGK", "ifgk", "(fraction frequency sigma lambda beta)", "(fraction frequency sigma lambda beta tshift)"}, {THEORY_INTERNAL_FIELD_LARKIN, THEORY_PARAM_INTERNAL_FIELD_LARKIN, false, - "internFldLL", "ifll", "(fraction frequency Trate Lrate beta)", "(fraction frequency Trate Lrate beta tshift)"}, + "internFldLL", "ifll", "(fraction frequency sigma lambda beta)", "(fraction frequency sigma lambda beta tshift)"}, {THEORY_BESSEL, THEORY_PARAM_BESSEL, false, "bessel", "b", "(phase frequency)", "(phase frequency tshift)"},