Commit 93e26419 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed typo in namespace name in SparseMatrix.h

parent 5924c81c
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 Conatiners
}  // namespace Containers
} // namespace TNL

#include <TNL/Matrices/SparseMatrix.hpp>