From f8f54dfb873aca9be97f6543823fcf9c7bc47988 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 21 Sep 2004 05:34:28 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@9650 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/multigrid/mg_smoother.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/multigrid/mg_smoother.cc b/deal.II/deal.II/source/multigrid/mg_smoother.cc index 73519ddba4..cb2b485e31 100644 --- a/deal.II/deal.II/source/multigrid/mg_smoother.cc +++ b/deal.II/deal.II/source/multigrid/mg_smoother.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -116,6 +116,8 @@ MGSmootherContinuous::MGSmootherContinuous ( ////////////////////////////////////////////////////////////////////// + +//TODO[GK]: this function needs to go into a .all_dimensions.cc file template void MGSmootherContinuous::set_zero_interior_boundary (const unsigned int level, -- 2.39.5