From e20aafbbc957421e158c501ce60021ec27993f61 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 1 Feb 2013 00:38:05 +0000 Subject: [PATCH] Fix reference to picture. git-svn-id: https://svn.dealii.org/trunk@28207 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vector_tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/numerics/vector_tools.h b/deal.II/include/deal.II/numerics/vector_tools.h index 3e88b46a4e..2b437befa5 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.h +++ b/deal.II/include/deal.II/numerics/vector_tools.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1500,7 +1500,7 @@ namespace VectorTools * then we get into trouble: * *

- * @image html no_normal_flux_2.png + * @image html no_normal_flux_3.png *

* * Here, the algorithm assumes that the -- 2.39.5