]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix one occurence of 'val'
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 4 Apr 2018 09:41:09 +0000 (11:41 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 4 Apr 2018 09:41:09 +0000 (11:41 +0200)
include/deal.II/lac/la_vector.h

index c3bce2a8615ea4dbc25fbdcca08eedc376672494..4e561b92ce175db17a0515d74e8eb2d43d1a3dbf 100644 (file)
@@ -426,7 +426,7 @@ namespace LinearAlgebra
     // If necessary, resize the vector during a read operation
     if (this->size()!=current_size)
       this->reinit(this->size());
-    ar &boost::serialization::make_array(this->val,this->size());
+    ar &boost::serialization::make_array(this->values.get(),this->size());
   }
 
 

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.