From 8be74c32c1b18a0c0f4d0d55e2aa3c7231225f1c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 4 Feb 2015 20:38:37 -0600 Subject: [PATCH] Use Tensor<1,dim> instead of Point to denote directions. --- include/deal.II/base/function_derivative.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/function_derivative.h b/include/deal.II/base/function_derivative.h index 5440f54525..1094db84bf 100644 --- a/include/deal.II/base/function_derivative.h +++ b/include/deal.II/base/function_derivative.h @@ -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 > incr; + std::vector > incr; }; DEAL_II_NAMESPACE_CLOSE -- 2.39.5