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 cool_multi_time_g(
- gr_float* cooltime_data_, int* imetal, double* utem, double* uxyz,
- double* urho, 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