Added a possible userFcn-implementation of Gaussian and Lorentzian static and dynamic LF relaxation functions to musrfit. Read the README

This commit is contained in:
Bastian M. Wojek
2008-12-05 15:43:47 +00:00
parent 01159eb5c6
commit 943494f4dc
7 changed files with 693 additions and 0 deletions

View File

@ -0,0 +1,26 @@
/***************************************************************************
TLFRelaxationLinkDef.h
Author: Bastian M. Wojek
e-mail: bastian.wojek@psi.ch
2008/12/04
***************************************************************************/
// root dictionary stuff --------------------------------------------------
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ class TLFStatGssKT+;
#pragma link C++ class TLFStatLorKT+;
#pragma link C++ class TLFDynGssKT+;
#pragma link C++ class TLFDynLorKT+;
#endif //__CINT__
// root dictionary stuff --------------------------------------------------