Revision: 21595
Author: gervandiepen
Date: Mon Mar 30 10:29:39 2015 UTC
Log: Another integer requiring ULL
https://code.google.com/p/casacore/source/detail?r=21595
Modified:
/branches/nov14/scimath/Mathematics/test/tFitToHalfStatistics.cc
=======================================
--- /branches/nov14/scimath/Mathematics/test/tFitToHalfStatistics.cc Mon
Feb 2 10:04:25 2015 UTC
+++ /branches/nov14/scimath/Mathematics/test/tFitToHalfStatistics.cc Mon
Mar 30 10:29:39 2015 UTC
@@ -1439,7 +1439,7 @@
fh.setData(bigData.begin(), bigData.size());
// enforce a small internal array size so binning algorithm is used
Double medabsdevmed = fh.getMedianAbsDevMed(NULL, NULL, NULL, 100);
- AlwaysAssert(medabsdevmed == 249799040801, AipsError);
+ AlwaysAssert(medabsdevmed == 249799040801ULL, AipsError);
fh = FitToHalfStatistics<Double, vector<Double>::const_iterator,
vector<Bool>::const_iterator>(
FitToHalfStatisticsData::CVALUE,
FitToHalfStatisticsData::GE_CENTER, 250