From: kanschat Date: Wed, 27 Feb 2013 16:45:32 +0000 (+0000) Subject: Another integrator in the wrong place under doxygen X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fa565e67f2d5f5e1a506ec1ad1f47e7b817f672;p=dealii-svn.git Another integrator in the wrong place under doxygen git-svn-id: https://svn.dealii.org/trunk@28617 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/integrators/advection.h b/deal.II/include/deal.II/integrators/advection.h index 4ac58b250d..3587c7ebb8 100644 --- a/deal.II/include/deal.II/integrators/advection.h +++ b/deal.II/include/deal.II/integrators/advection.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 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 @@ -65,7 +65,6 @@ namespace LocalIntegrators * as many entries as quadrature points if the velocity is not constant. * @param factor is an optional multiplication factor for the result. * - * @ingroup Integrators * @author Guido Kanschat * @date 2012 */