From 3589b3553c85129e4b4a3952cf3b3ddf29f7c48c Mon Sep 17 00:00:00 2001 From: nemu Date: Thu, 5 Mar 2009 11:39:50 +0000 Subject: [PATCH] fixed typo --- 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 55fc0065..31470065 100644 --- a/src/include/PTheory.h +++ b/src/include/PTheory.h @@ -139,13 +139,13 @@ static PTheoDataBase fgTheoDataBase[THEORY_MAX] = { "statGssKTLF", "sgktlf", "(frequency damping)", "(frequency damping tshift)"}, {THEORY_DYNAMIC_GAUSS_KT_LF, THEORY_PARAM_DYNAMIC_GAUSS_KT_LF, true, - "dynGssKTLF", "dgktt", "(frequency damping hopping-rate)", "(frequency damping hopping-rate tshift)"}, + "dynGssKTLF", "dgktlf", "(frequency damping hopping-rate)", "(frequency damping hopping-rate tshift)"}, {THEORY_STATIC_LORENTZ_KT_LF, THEORY_PARAM_STATIC_LORENTZ_KT_LF, true, "statExpKTLF", "sektlf", "(frequency damping)", "(frequency damping tshift)"}, {THEORY_DYNAMIC_LORENTZ_KT_LF, THEORY_PARAM_DYNAMIC_LORENTZ_KT_LF, true, - "dynExpKTLF", "dektt", "(frequency damping hopping-rate)", "(frequency damping hopping-rate tshift)"}, + "dynExpKTLF", "dektlf", "(frequency damping hopping-rate)", "(frequency damping hopping-rate tshift)"}, {THEORY_COMBI_LGKT, THEORY_PARAM_COMBI_LGKT, false, "combiLGKT", "lgkt", "(LorentzRate GaussRate)", "(LorentzRate GaussRate tshift)"},