🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
msise90.h
1#pragma once
2
3// for ifort in windows
4// #define MSISE90_FUNCNAME(low, UP) UP
5typedef int integer;
6typedef double real;
7
8#ifdef __cplusplus
9extern "C"{
10#endif
11
12 // f2c
13 /*
14 该函数不能并行计算
15 stl: LOCAL APPARENT SOLAR TIME(HRS)
16 void gtd6_(int* year, double* sec, double* alt, double* glat, double* glong, double* stl, double* f107a, double* f107, double* ap, int* mass, double* d, double* t);
17 */
18 int gtd6_(integer *iyd, real *sec, real *alt, real *glat, real *glong, real *stl, real *f107a, real *f107, const real *ap, integer *mass, real *d, real *t);
19
20#ifdef __cplusplus
21}
22#endif
long int integer
定义 MockSnopt.c:24