atmospheres.h 353 B

123456789101112131415161718192021222324
  1. // This file, atmospheres.h, has been generated from atmospheres.f90 by protos.scm
  2. #pragma once
  3. #include <stdint.h>
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. int32_t
  8. atmospheres_init
  9. ();
  10. void
  11. p835_ref
  12. (double const * h, double * P, double * rho, double * temp, int32_t * error);
  13. #ifdef __cplusplus
  14. } // extern "C"
  15. #endif
  16. // end of atmospheres.h