]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use Tensor<1,dim> instead of Point<dim> to denote directions.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Feb 2015 02:38:37 +0000 (20:38 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 5 Feb 2015 03:25:13 +0000 (21:25 -0600)
include/deal.II/base/function_derivative.h

index 5440f545251bf4f1c7cfb707ebf56876087ad82d..1094db84bf0da10f2c4e92bdb919dbe85a4566c4 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2000 - 2014 by the deal.II authors
+// Copyright (C) 2000 - 2015 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -132,7 +132,7 @@ private:
   /**
    * Helper object. Contains the increment vector for the formula.
    */
-  std::vector<Point<dim> > incr;
+  std::vector<Tensor<1,dim> > incr;
 };
 
 DEAL_II_NAMESPACE_CLOSE

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.