Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "grackle.h" // gr_float
- #include "fortran_func_decls.h" // gr_mask_int
- #ifdef __cplusplus
- extern "C" {
- #endif /* __cplusplus */
- void solve_rate_cool_g(
- int* imetal, double* dt, double* utem, double* uxyz, double* urho, int* ierr,
- chemistry_data* my_chemistry, chemistry_data_storage* my_rates,
- code_units* my_units, grackle_field_data* my_fields,
- photo_rate_storage* my_uvb_rates
- );
- #ifdef __cplusplus
- } // extern "C"
- #endif /* __cplusplus */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement