Show
Ignore:
Timestamp:
07/31/09 08:51:08 (15 years ago)
Author:
vbarta
Message:

removed configurable integral value (constantly 1)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/epdf_harness.cpp

    r456 r458  
    4343    } 
    4444 
    45     if (set.exists("integral")) { 
    46         UI::get(integral, set, "integral"); 
    47     } 
    48  
    4945    if (set.exists("R")) { 
    5046        UI::get(R, set, "R"); 
     
    7874 
    7975        CHECK_CLOSE_EX(mean, num_mean2(hepdf.get(), xb, yb, nbins(0), nbins(1)), 0.1); 
    80         CHECK_CLOSE_EX(integral, normcoef(hepdf.get(), xb, yb, nbins(0), nbins(1)), 0.1); 
     76        CHECK_CLOSE_EX(1.0, normcoef(hepdf.get(), xb, yb, nbins(0), nbins(1)), 0.1); 
    8177    } 
    8278