From: Arnaud Giersch Date: Fri, 15 Sep 2017 11:56:04 +0000 (+0200) Subject: Please sonar (s/struct/class). X-Git-Tag: v3_17~114 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/86a55422a209c7793c7f9430c67db0308bdfa474?ds=sidebyside Please sonar (s/struct/class). --- diff --git a/src/smpi/internals/smpi_bench.cpp b/src/smpi/internals/smpi_bench.cpp index e975a4e0e1..5b05ac59db 100644 --- a/src/smpi/internals/smpi_bench.cpp +++ b/src/smpi/internals/smpi_bench.cpp @@ -274,7 +274,8 @@ public: } }; -struct LocalData { +class LocalData { +public: double threshold; /* maximal stderr requested (if positive) */ double relstderr; /* observed stderr so far */ double mean; /* mean of benched times, to be used if the block is disabled */