Skip to content

Commit

Permalink
Merge pull request #163 from snigdaa/working_branch
Browse files Browse the repository at this point in the history
initializing local_free_chemistry_data
  • Loading branch information
brittonsmith committed Jul 17, 2023
2 parents 27445be + e940907 commit 287153f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/clib/initialize_chemistry_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ int initialize_cloudy_data(chemistry_data *my_chemistry,
int initialize_UVbackground_data(chemistry_data *my_chemistry,
chemistry_data_storage *my_rates);

int local_free_chemistry_data(chemistry_data *my_chemistry, chemistry_data_storage *my_rates);

int initialize_rates(chemistry_data *my_chemistry, chemistry_data_storage *my_rates, code_units *my_units,
double co_length_units, double co_density_units);

Expand Down

0 comments on commit 287153f

Please sign in to comment.