From ed943997d8ef1c9068d05a0d6ec1c7a02411c2f8 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 21 Aug 2000 00:42:01 +0000 Subject: [PATCH] Remove unnecessary function. git-svn-id: https://svn.dealii.org/trunk@3264 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_vector.templates.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/deal.II/lac/include/lac/block_vector.templates.h b/deal.II/lac/include/lac/block_vector.templates.h index 164ff2d602..025d7a67ec 100644 --- a/deal.II/lac/include/lac/block_vector.templates.h +++ b/deal.II/lac/include/lac/block_vector.templates.h @@ -19,14 +19,6 @@ #include -template -static inline Number sqr (const Number x) -{ - return x*x; -}; - - - template BlockVector::BlockVector () {} -- 2.39.5