Skip to content
Snippets Groups Projects
Commit 1897989b authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed including of Traits.h in Solvers/Linear and added to CMakeLists.txt.

parent a3e7553f
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ SET( headers BICGStab.h
SOR_impl.h
TFQMR.h
TFQMR_impl.h
Traits.h
UmfpackWrapper.h
UmfpackWrapper_impl.h
)
......
......@@ -15,8 +15,7 @@
#include <TNL/Containers/VectorView.h>
#include <TNL/Pointers/SharedPointer.h>
#include <TNL/Config/ParameterContainer.h>
#include "../Traits.h"
#include <TNL/Solvers/Linear/Traits.h>
namespace TNL {
namespace Solvers {
......
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