]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Mark an input parameter as const.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Sep 2010 16:01:18 +0000 (16:01 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Sep 2010 16:01:18 +0000 (16:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@21994 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/constraint_matrix.h

index 6e454c7370a06ec9575ed42de59cc585ff921743..49e14719efc7a323e9c5b2ddf4c868876a53ab94 100644 (file)
@@ -382,7 +382,7 @@ class ConstraintMatrix : public Subscriptor
                                      * line. Always returns true if not in
                                      * the distributed case.
                                      */
-    bool can_store_line(unsigned int line_index) const;
+    bool can_store_line (const unsigned int line_index) const;
 
                                     /**
                                      * This function copies the content of @p

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.