Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
qinatan committed Aug 24, 2023
1 parent 3f18007 commit 00adbe3
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 @@ -6,7 +6,7 @@ namespace micm{
double* rate_constants;
template<size_t L>
CUDAMatrixParam(const VectorMatrix<double, L>& rateConstants){
rate_constants = rateConstants;
rate_constants = rateConstants.AsVector().data();
}
};
}

0 comments on commit 00adbe3

Please sign in to comment.