Advertisement
mabruzzo

arg-reduced solve_rate_cool_g-cpp.h

Dec 4th, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.48 KB | None | 0 0
  1. #include "grackle.h"             // gr_float
  2. #include "fortran_func_decls.h"  // gr_mask_int
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif /* __cplusplus */
  7.  
  8. void solve_rate_cool_g(
  9.   int* imetal, double* dt, double* utem, double* uxyz, double* urho, int* ierr,
  10.   chemistry_data* my_chemistry, chemistry_data_storage* my_rates,
  11.   code_units* my_units, grackle_field_data* my_fields,
  12.   photo_rate_storage* my_uvb_rates
  13. );
  14. #ifdef __cplusplus
  15. }  // extern "C"
  16. #endif /* __cplusplus */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement