Change of the algorithm to calculate gap integrals

This commit is contained in:
Bastian M. Wojek
2009-09-16 12:36:06 +00:00
parent aab2c7a717
commit 7f6911d7ac
3 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ TGapDWave::TGapDWave() {
}
TGapAnSWave::TGapAnSWave() {
TAnSWaveGapIntegralSuave *gapint = new TAnSWaveGapIntegralSuave();
TAnSWaveGapIntegralCuhre *gapint = new TAnSWaveGapIntegralCuhre();
fGapIntegral = gapint;
gapint = 0;
delete gapint;