Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
qinatan committed Aug 26, 2023
1 parent e30e478 commit 1eab7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/process/process_set.cu
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace micm
//double* rate_constants,
//double* state_variables,
size_t n_grids,
size_t n_reactions,
size_t n_reactions
//double* jacobian,
//size_t* number_of_reactants,
//size_t* reactant_ids,
Expand Down Expand Up @@ -189,7 +189,7 @@ namespace micm
device,
// d_state_variables,
n_grids,
n_reactions,
n_reactions
// d_jacobian,
// d_number_of_reactants,
// d_reactant_ids,
Expand Down

0 comments on commit 1eab7b9

Please sign in to comment.