From: bangerth Date: Thu, 24 Jun 2010 14:55:56 +0000 (+0000) Subject: Fix a problem with an unused variable that the compiler complains about. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=013ab73af8cb1dbac7c76a67ad28eaac2f96a971;p=dealii-svn.git Fix a problem with an unused variable that the compiler complains about. git-svn-id: https://svn.dealii.org/trunk@21326 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/symmetric_tensor.h b/deal.II/base/include/base/symmetric_tensor.h index 94e3490532..7841c67b68 100644 --- a/deal.II/base/include/base/symmetric_tensor.h +++ b/deal.II/base/include/base/symmetric_tensor.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006, 2008, 2009 by the deal.II authors +// Copyright (C) 2005, 2006, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1510,9 +1510,8 @@ double & SymmetricTensor<2,1>::operator () (const TableIndices<2> &indices) { const unsigned int rank = 2; - const unsigned int dim = 1; for (unsigned int r=0; r