Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
qinatan committed Aug 29, 2023
1 parent 57a8ffa commit 09a52a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/process_set.cu
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ typedef struct forcingDevice{
double* forcing;
size_t* number_of_reactants;
size_t* reactant_ids;
size_t* numbr_of_products;
size_t* number_of_products;
size_t* product_ids;
double* yields;
};
Expand Down

0 comments on commit 09a52a1

Please sign in to comment.