From: Wolfgang Bangerth Date: Wed, 6 Apr 2016 21:07:49 +0000 (-0500) Subject: Avoid a warning. X-Git-Tag: v8.5.0-rc1~1134^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2472%2Fhead;p=dealii.git Avoid a warning. This fixes a warning introduced in #2449. There, @drwells had asked me why I wrote for (std::size_t i=0; i!=N; ++i) when I could have written for (std::size_t i=0; i