Skip to content
Snippets Groups Projects
Commit 4efd7cda authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

fix includes after the renaming

parent 4dc78bcf
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <logog/include/logog.hpp> #include <logog/include/logog.hpp>
#include "BaseLib/Error.h" #include "BaseLib/Error.h"
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
#include "MathLib/LinAlg/MatrixVectorTraits.h" #include "MathLib/LinAlg/MatrixVectorTraits.h"
#include "SimpleMatrixVectorProvider.h" #include "SimpleMatrixVectorProvider.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <logog/include/logog.hpp> #include <logog/include/logog.hpp>
#include <Eigen/Core> #include <Eigen/Core>
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
#include "NumLib/Assembler/SerialExecutor.h" #include "NumLib/Assembler/SerialExecutor.h"
#include "MathLib/LinAlg/MatrixVectorTraits.h" #include "MathLib/LinAlg/MatrixVectorTraits.h"
#include "NumLib/Function/Interpolation.h" #include "NumLib/Function/Interpolation.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "MatrixTranslator.h" #include "MatrixTranslator.h"
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
namespace NumLib namespace NumLib
{ {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "TimeDiscretization.h" #include "TimeDiscretization.h"
#include "Types.h" #include "Types.h"
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
namespace NumLib namespace NumLib
{ {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "BaseLib/ConfigTree.h" #include "BaseLib/ConfigTree.h"
#include "BaseLib/Error.h" #include "BaseLib/Error.h"
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
#include "MathLib/LinAlg/VectorNorms.h" #include "MathLib/LinAlg/VectorNorms.h"
#include "NumLib/DOF/GlobalMatrixProviders.h" #include "NumLib/DOF/GlobalMatrixProviders.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <vector> #include <vector>
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
#include "NumLib/DOF/GlobalMatrixProviders.h" #include "NumLib/DOF/GlobalMatrixProviders.h"
#include "Types.h" #include "Types.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
#if defined(USE_PETSC) #if defined(USE_PETSC)
#include "MathLib/LinAlg/PETSc/PETScMatrix.h" #include "MathLib/LinAlg/PETSc/PETScMatrix.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "../TestTools.h" #include "../TestTools.h"
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
#if defined(USE_PETSC) #if defined(USE_PETSC)
#include "MathLib/LinAlg/PETSc/PETScVector.h" #include "MathLib/LinAlg/PETSc/PETScVector.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
#include "MathLib/LinAlg/Dense/DenseMatrix.h" #include "MathLib/LinAlg/Dense/DenseMatrix.h"
#include "MathLib/LinAlg/FinalizeMatrixAssembly.h" #include "MathLib/LinAlg/FinalizeMatrixAssembly.h"
#include "MathLib/LinAlg/ApplyKnownSolution.h" #include "MathLib/LinAlg/ApplyKnownSolution.h"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#ifndef TESTS_NUMLIB_ODES_H #ifndef TESTS_NUMLIB_ODES_H
#define TESTS_NUMLIB_ODES_H #define TESTS_NUMLIB_ODES_H
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
#include "MathLib/LinAlg/UnifiedMatrixSetters.h" #include "MathLib/LinAlg/UnifiedMatrixSetters.h"
#include "NumLib/ODESolver/ODESystem.h" #include "NumLib/ODESolver/ODESystem.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "MathLib/LinAlg/UnifiedMatrixSetters.h" #include "MathLib/LinAlg/UnifiedMatrixSetters.h"
#include "NumLib/Assembler/VectorMatrixAssembler.h" #include "NumLib/Assembler/VectorMatrixAssembler.h"
#include "MathLib/LinAlg/BLAS.h" #include "MathLib/LinAlg/LinAlg.h"
#include "MeshLib/MeshGenerators/MeshGenerator.h" #include "MeshLib/MeshGenerators/MeshGenerator.h"
......
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