From 05ee0cd349917a126ad1913e01d497c3b9ed1221 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@dune-project.org> Date: Tue, 23 Nov 2004 09:54:44 +0000 Subject: [PATCH] replaced \file __FILE__ by \file [[Imported from SVN: r1134]] --- common/fvector.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/common/fvector.hh b/common/fvector.hh index c019a70e8..69d13b15f 100644 --- a/common/fvector.hh +++ b/common/fvector.hh @@ -1,16 +1,15 @@ // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- // vi: set et ts=4 sw=2 sts=2: -#ifndef __DUNE_FVECTOR_HH__ -#define __DUNE_FVECTOR_HH__ +#ifndef DUNE_FVECTOR_HH +#define DUNE_FVECTOR_HH #include <math.h> #include <complex> #include "exceptions.hh" -/*! \file __FILE__ - - This file implements a vector constructed from a given type +/*! \file + * \brief This file implements a vector constructed from a given type representing a field and a compile-time given size. */ @@ -306,7 +305,8 @@ namespace Dune { } }; - /**! Construct a vector space out of a tensor product of fields. + /** \brief Construct a vector space out of a tensor product of fields. + K is the field type (use float, double, complex, etc) and n is the number of components. -- GitLab