Skip to content
Snippets Groups Projects
Commit aea85231 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed unused MatrixPointer typedef from PDEProblem class

parent 1b086eb5
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
#pragma once
#include <TNL/Problems/Problem.h>
#include <TNL/SharedPointer.h>
#include <TNL/Matrices/CSR.h>
namespace TNL {
......@@ -34,7 +35,6 @@ class PDEProblem : public Problem< Real, Device, Index >
typedef Containers::Vector< RealType, DeviceType, IndexType> DofVectorType;
typedef SharedPointer< DofVectorType, DeviceType > DofVectorPointer;
typedef Matrices::CSR< RealType, DeviceType, IndexType > MatrixType;
typedef SharedPointer< MatrixType, DeviceType > MatrixPointer;
typedef Containers::Vector< RealType, DeviceType, IndexType > MeshDependentDataType;
/****
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment