Skip to content

Commit

Permalink
initializing local_free_chemistry_data
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdaa committed Jul 7, 2023
1 parent 27445be commit e940907
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 e940907

Please sign in to comment.