]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
And re-add the const in the correct place.... :-(
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 31 Mar 2006 14:32:23 +0000 (14:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 31 Mar 2006 14:32:23 +0000 (14:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@12799 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparsity_pattern.h

index 6870219f98ad6b301cc6d17c4c0fd4091d995990..66cc6adc2de0b8e7a774cd43d6b2d62c8d461828 100644 (file)
@@ -637,7 +637,7 @@ class SparsityPattern : public Subscriptor
                                      */
     void reinit (const unsigned int               m,
                 const unsigned int               n,
-                const VectorSlice<std::vector<unsigned int> > &row_lengths,
+                const VectorSlice<const std::vector<unsigned int> > &row_lengths,
                 const bool optimize_diagonal = true);
     
                                     /**

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.