From: David Wells Date: Mon, 26 Feb 2018 03:56:45 +0000 (-0500) Subject: Use the correct size type for a column number. X-Git-Tag: v9.0.0-rc1~387^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5960%2Fhead;p=dealii.git Use the correct size type for a column number. --- diff --git a/include/deal.II/lac/full_matrix.h b/include/deal.II/lac/full_matrix.h index f76bdde858..5904b28c7c 100644 --- a/include/deal.II/lac/full_matrix.h +++ b/include/deal.II/lac/full_matrix.h @@ -133,7 +133,7 @@ public: /** * Current column number. */ - unsigned short a_col; + size_type a_col; /* * Make enclosing class a friend.