From 3f4ed2726dc3bff462c1eb33d42fb638914921a5 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 25 Feb 2018 22:56:45 -0500 Subject: [PATCH] Use the correct size type for a column number. --- include/deal.II/lac/full_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5