From: Wolfgang Bangerth Date: Mon, 7 Nov 2016 16:54:42 +0000 (-0700) Subject: Initialize all member variables. X-Git-Tag: v8.5.0-rc1~440^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3491%2Fhead;p=dealii.git Initialize all member variables. --- diff --git a/include/deal.II/algorithms/operator.templates.h b/include/deal.II/algorithms/operator.templates.h index 937ee64de9..9ffb6ed43b 100644 --- a/include/deal.II/algorithms/operator.templates.h +++ b/include/deal.II/algorithms/operator.templates.h @@ -28,6 +28,7 @@ namespace Algorithms template OutputOperator::OutputOperator() : + step (numbers::invalid_unsigned_int), os(0) {}