Skip to content
Snippets Groups Projects
Commit ee30b2d6 authored by graeser's avatar graeser Committed by graeser
Browse files

Export VectorType

[[Imported from SVN: r6466]]
parent 9778fb8c
Branches
Tags
No related merge requests found
......@@ -2,10 +2,11 @@
#define NORM_HH
//! Abstract base for classes computing norms of discrete functions
template <class VectorType>
template <class V>
class Norm {
public:
typedef V VectorType;
/** \brief Destructor, doing nothing */
virtual ~Norm() {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment