]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bugfix: Convert a missing variant 1589/head
authorMatthias Maier <tamiko@43-1.org>
Sun, 13 Sep 2015 00:08:47 +0000 (19:08 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sun, 13 Sep 2015 00:10:03 +0000 (19:10 -0500)
include/deal.II/base/tensor_accessors.h

index f1f3e79336baf4ade48b8dfc4e08fcf488beff41..0f866a4b39b19196de1c4375f62768f8f6978fd5 100644 (file)
@@ -525,7 +525,7 @@ namespace TensorAccessors
 
       inline return_type &operator[](unsigned int j) const
       {
-        return S::apply(j)[i_];
+        return s_.apply(j)[i_];
       }
 
     private:

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.