]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use the correct size type for a column number. 5960/head
authorDavid Wells <wellsd2@rpi.edu>
Mon, 26 Feb 2018 03:56:45 +0000 (22:56 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 26 Feb 2018 03:56:45 +0000 (22:56 -0500)
include/deal.II/lac/full_matrix.h

index f76bdde8580b486a43ba4a2728eed3b6d6e520a4..5904b28c7c87e47e21d079a5263581107df60078 100644 (file)
@@ -133,7 +133,7 @@ public:
     /**
      * Current column number.
      */
-    unsigned short a_col;
+    size_type a_col;
 
     /*
      * Make enclosing class a friend.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.