123456789101112131415161718192021222324 |
- // This file, atmospheres.h, has been generated from atmospheres.f90 by protos.scm
- #pragma once
- #include <stdint.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- int32_t
- atmospheres_init
- ();
- void
- p835_ref
- (double const * h, double * P, double * rho, double * temp, int32_t * error);
- #ifdef __cplusplus
- } // extern "C"
- #endif
- // end of atmospheres.h
|