Aether  0.0
Ionosphere-Thermosphere model
init_geo_grid.h
1 // Copyright 2020, the Aether Development Team (see doc/dev_team.md for members)
2 // Full license can be found in License.md
3 
4 #ifndef INCLUDE_INIT_GEO_GRID_H_
5 #define INCLUDE_INIT_GEO_GRID_H_
6 
7 #include "inputs.h"
8 #include "planets.h"
9 #include "grid.h"
10 
11 void init_geo_grid(Grid &gGrid, Planets planet, Inputs input);
12 
13 #endif // INCLUDE_INIT_GEO_GRID_H_
14 
Planets
Definition: planets.h:16
Inputs
Definition: inputs.h:10
Grid
Definition: arm_vars.h:11