X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/61856fb5422e392a34106b1c698cf5d67a9647b4..df659008699fecbb4fe12bed55e6fb5beafbaaa4:/main.cpp diff --git a/main.cpp b/main.cpp index 4e8864c..67af3fe 100644 --- a/main.cpp +++ b/main.cpp @@ -88,7 +88,7 @@ static void check_for_lost_load() #define PR_STATS(descr, st) \ INFO5("| %.*s: %g / %g / %g", 39, \ descr " total/avg./stddev. at exit.........................", \ - st.get_sum(), st.get_avg(), st.get_stddev()) + st.get_sum(), st.get_mean(), st.get_stddev()) int main(int argc, char* argv[]) {