From 1a68669f8df45c48b48e541a06ce6a6f7747d169 Mon Sep 17 00:00:00 2001 From: "Bastian M. Wojek" Date: Thu, 10 Apr 2008 16:45:24 +0000 Subject: [PATCH] Same game for internBsl... --- src/classes/PTheory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/PTheory.cpp b/src/classes/PTheory.cpp index 8ae84540..d03b53a0 100644 --- a/src/classes/PTheory.cpp +++ b/src/classes/PTheory.cpp @@ -1034,7 +1034,7 @@ double PTheory::InternalBessel(register double t, const vector& paramVal } return 0.666666666666667* - TMath::BesselJ0(DEG_TO_RAD*val[0]+TWO_PI*val[1])* + TMath::BesselJ0(DEG_TO_RAD*val[0]+TWO_PI*val[1]*t)* TMath::Exp(-val[2]*t) + 0.333333333333333*TMath::Exp(-val[3]*t); }