aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/data/mean.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/data/mean.cxx')
-rw-r--r--bench/btl/data/mean.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/bench/btl/data/mean.cxx b/bench/btl/data/mean.cxx
index 3e1a82d22..c567ef33e 100644
--- a/bench/btl/data/mean.cxx
+++ b/bench/btl/data/mean.cxx
@@ -117,9 +117,7 @@ int main( int argc , char *argv[] )
cout << " <TH ALIGN=CENTER> comments </TH>" << endl ;
cout << " </TR>" << endl ;
- set<Lib_Mean>::iterator is ;
-
- is=s_lib_mean.begin();
+ multiset<Lib_Mean>::iterator is = s_lib_mean.begin();
Lib_Mean best(*is);