Skip to content
Snippets Groups Projects
Commit 39f84c2a authored by Christian Engwer's avatar Christian Engwer
Browse files

Oh shit! the #else was in the wrong line and everything was broken

[[Imported from SVN: r2465]]
parent 5759fdf5
No related branches found
No related tags found
No related merge requests found
......@@ -564,22 +564,22 @@ namespace Dune {
Implementation of all members uses template meta programs where appropriate
*/
#else
template<class K, int SIZE>
class FieldVector
: public Dune::ExprTmpl::Vector< FieldVector<K,SIZE> >
/** \brief Construct a vector space out of a tensor product of fields.
#else
/** \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.
K is the field type (use float, double, complex, etc) and n
is the number of components.
It is generally assumed that K is a numerical type compatible with double
(E.g. norms are always computed in double precision).
It is generally assumed that K is a numerical type compatible with double
(E.g. norms are always computed in double precision).
Implementation of all members uses template meta programs where appropriate
*/
template<class K, int SIZE>
class FieldVector
Implementation of all members uses template meta programs where appropriate
*/
template<class K, int SIZE>
class FieldVector
#endif
{
//! The actual number of elements that gets allocated.
......
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