Commit 66f6c259 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed namespaces in SparseMatrix.h{,pp}

parent 72745008
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ class SparseMatrix : public Matrix< Real, Device, Index, RealAllocator >
      ViewType view;
};

}  // namespace Containers
} // namespace Matrices
} // namespace TNL

#include <TNL/Matrices/SparseMatrix.hpp>
+2 −2

File changed.

Contains only whitespace changes.