Skip to content
Snippets Groups Projects
Commit 93485e6d authored by Uli Sack's avatar Uli Sack Committed by usack
Browse files

export VectorType

[[Imported from SVN: r12077]]
parent a88d34f3
Branches
No related tags found
No related merge requests found
......@@ -7,10 +7,11 @@
#include "norm.hh"
template <class VectorType>
class SumNorm: public Norm<VectorType>
template <class V>
class SumNorm: public Norm<V>
{
public:
typedef V VectorType;
typedef typename VectorType::field_type field_type;
SumNorm(field_type _alpha1, const Norm<VectorType> &_norm1, field_type _alpha2, const Norm<VectorType> &_norm2) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment