From: Wolfgang Bangerth Date: Thu, 11 Oct 2007 23:52:14 +0000 (+0000) Subject: Fix the remaining bug by making sure we loop over the correct number of elements... X-Git-Tag: v8.0.0~9775 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e305ec052d5b64b6885ae2e3a5b0b2b7ead7f1;p=dealii.git Fix the remaining bug by making sure we loop over the correct number of elements... ts ts ts git-svn-id: https://svn.dealii.org/trunk@15298 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/data_out_base.cc b/deal.II/base/source/data_out_base.cc index 19727a1ad3..3e1a31595b 100644 --- a/deal.II/base/source/data_out_base.cc +++ b/deal.II/base/source/data_out_base.cc @@ -4561,7 +4561,7 @@ DataOutReader::read (std::istream &in) unsigned int n_vector_data_ranges; in >> n_vector_data_ranges; vector_data_ranges.resize (n_vector_data_ranges); - for (unsigned int i=0; i> vector_data_ranges[i].get<0>() >> vector_data_ranges[i].get<1>();