From 7efb8724d72234f1deb333250c64555df2f5b2f5 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 7 Jan 2002 09:44:05 +0000 Subject: [PATCH] Suppress warning message about unused args. git-svn-id: https://svn.dealii.org/trunk@5349 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/grid_out.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/grid/grid_out.cc b/deal.II/deal.II/source/grid/grid_out.cc index 09706c5908..85b8906af0 100644 --- a/deal.II/deal.II/source/grid/grid_out.cc +++ b/deal.II/deal.II/source/grid/grid_out.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -28,7 +28,7 @@ template -void GridOut::write_dx (const Triangulation &tria, +void GridOut::write_dx (const Triangulation &/*tria*/, std::ostream &out) { Assert(false, ExcNotImplemented()); -- 2.39.5