Skip to content

Commit

Permalink
Fixed typo in dummy nutrientsurfacelayer C component .h file #97
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjbr123 committed Mar 1, 2024
1 parent 9e2eff7 commit 451913a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/components/nutrientsurfacelayer/dummyc/dummy.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ void initialise_(int ny, int nx, double *state_a_m1,
double *state_b_m1);

void run_(int ny, int nx, double *transfer_c, double *transfer_d,
double *transfer_f, double *driving_d, double *driving_e
double *transfer_f, double *driving_d, double *driving_e,
double *driving_f, double *ancillary_e, double *state_a_m1,
double *state_a_0, double *state_b_m1, double *state_b_0,
double *transfer_a, double *transfer_b, double *transfer_h,
Expand Down

0 comments on commit 451913a

Please # to comment.