From 06338197f3612b60993d24451ea95f8e05d5500f Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 12 Mar 2012 13:18:36 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@25262 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/grid/grid_generator.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/source/grid/grid_generator.cc b/deal.II/source/grid/grid_generator.cc index 40a4aca57b..669c1ea4a2 100644 --- a/deal.II/source/grid/grid_generator.cc +++ b/deal.II/source/grid/grid_generator.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -2930,7 +2930,6 @@ void GridGenerator::quarter_hyper_shell (Triangulation<3> & tria, const double d = b*std::sqrt(3.0)/2e0; const double e = outer_radius/2e0; const double f = outer_radius*std::sqrt(3.0)/2e0; - const double g = f*std::sqrt(3.0)/2e0; const double h = inner_radius/2e0; std::vector > vertices; -- 2.39.5