Skip to content

Commit

Permalink
Unused type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenzorrilla committed Dec 15, 2023
1 parent 4bffcf7 commit 3d79225
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,13 @@
#include "includes/define.h"
#include "custom_python/add_custom_utilities_to_python.h"

#include "spaces/ublas_space.h"
#include "linear_solvers/linear_solver.h"


namespace Kratos::Python {

void AddCustomUtilitiesToPython(pybind11::module& m)
{
namespace py = pybind11;

typedef UblasSpace<double, CompressedMatrix, Vector> SparseSpaceType;
typedef UblasSpace<double, Matrix, Vector> LocalSpaceType;
typedef LinearSolver<SparseSpaceType, LocalSpaceType > LinearSolverType;

}

} // namespace Kratos::Python

0 comments on commit 3d79225

Please sign in to comment.