]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make objects non-const so that we can load into them.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 2 Oct 2010 02:40:08 +0000 (02:40 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 2 Oct 2010 02:40:08 +0000 (02:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@22228 0785d39b-7218-0410-832d-ea1e28bc413d

tests/serialization/tensor_base.cc

index 2a00d316a0cb3b634e5440d4889745808eb8a87c..82d5766433614df5413e7764014e3e33852f6441 100644 (file)
@@ -24,8 +24,8 @@
 
 
 template <typename T>
-void verify (const T &t1,
-            const T &t2)
+void verify (T &t1,
+            T &t2)
 {
                                   // save data to archive
   std::ostringstream oss;

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.