Skip to content

Commit

Permalink
Merge pull request #161 from brittonsmith/rval
Browse files Browse the repository at this point in the history
Add missing return value.
  • Loading branch information
brittonsmith authored Jun 2, 2023
2 parents 276af13 + 5b89fd0 commit 27445be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clib/initialize_chemistry_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,5 @@ int local_free_chemistry_data(chemistry_data *my_chemistry,
GRACKLE_FREE(my_rates->UVbackground_table.crsHeI);
}

return SUCCESS;
}

0 comments on commit 27445be

Please sign in to comment.