Skip to content

Commit

Permalink
changed template
Browse files Browse the repository at this point in the history
  • Loading branch information
qinatan committed Aug 24, 2023
1 parent c2d768d commit 3f18007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/micm/util/cuda_matrix_param.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace micm{
public:
double* rate_constants;
template<size_t L>
CUDAMatrixParam(const VectorMatrix&<double, L> rateConstants){
CUDAMatrixParam(const VectorMatrix<double, L>& rateConstants){
rate_constants = rateConstants;
}
};
Expand Down

0 comments on commit 3f18007

Please sign in to comment.