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
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,11 @@ ...@@ -7,10 +7,11 @@
#include "norm.hh" #include "norm.hh"
template <class VectorType> template <class V>
class SumNorm: public Norm<VectorType> class SumNorm: public Norm<V>
{ {
public: public:
typedef V VectorType;
typedef typename VectorType::field_type field_type; typedef typename VectorType::field_type field_type;
SumNorm(field_type _alpha1, const Norm<VectorType> &_norm1, field_type _alpha2, const Norm<VectorType> &_norm2) : 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