Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
qinatan committed Oct 20, 2023
1 parent cb3a3df commit 6588611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/micm/solver/cuda_linear_solver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifdef USE_CUDA
#include <micm/solver/cuda_linear_solver.cuh>
namespace micm{
template<typename T, template<class> class SparseMatrixPolicy, class LuDecompositionPolicy = LuDecomposition>
class CudaLinearSolver: public LinearSolver{
public:
//constructor
Expand Down

0 comments on commit 6588611

Please sign in to comment.