From 0555c41a7ea1d0c82995cc9bd44020ca4cce1a9b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Nov 2016 09:54:42 -0700 Subject: [PATCH] Initialize all member variables. --- include/deal.II/algorithms/operator.templates.h | 1 + 1 file changed, 1 insertion(+) 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) {} -- 2.39.5