Skip to content
Snippets Groups Projects
Commit 1ecac522 authored by Markus Blatt's avatar Markus Blatt
Browse files

Compiles again.

[[Imported from SVN: r2450]]
parent 3c5da2ae
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ namespace Dune {
template<class T>
class Matrix
{
class ISTLError : public Exception {};
public:
/** \brief Create empty matrix */
Matrix() : data(0), rows_(0), cols_(0)
......
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