some minor improvements in the handling of LF

This commit is contained in:
nemu
2009-04-27 14:22:30 +00:00
parent 8fb5d5eaa1
commit dd4b993e7b
2 changed files with 19 additions and 11 deletions

View File

@ -250,7 +250,7 @@ class PTheory
mutable double fPrevParam[THEORY_MAX_PARAM]; ///< needed for LF-stuff
mutable PDoubleVector fLFIntegral; ///< needed for LF-stuff. Keeps the non-analytic integral values
mutable double fDynLFdt;
mutable PDoubleVector fDynLFFuncValue; ///< needed for LF-stuff. Keeps the dynamic LF KT function values
mutable PDoubleVector fDynLFFuncValue; ///< needed for LF-stuff. Keeps the dynamic LF KT function values
};
#endif // _PTHEORY_H_