Skip to content
Snippets Groups Projects
Commit 05ee0cd3 authored by Oliver Sander's avatar Oliver Sander
Browse files

replaced \file __FILE__ by \file

[[Imported from SVN: r1134]]
parent a2b4ce60
No related branches found
No related tags found
No related merge requests found
// -*- 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment