Aether
0.0
Ionosphere-Thermosphere model
include
fill_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_FILL_GRID_H_
5
#define INCLUDE_FILL_GRID_H_
6
7
#include "inputs.h"
8
#include "planets.h"
9
#include "grid.h"
10
#include "times.h"
11
12
void
fill_grid_radius(
Grid
&gGrid,
Planets
planet,
Inputs
input);
13
14
#endif // INCLUDE_FILL_GRID_H_
Planets
Definition:
planets.h:16
Inputs
Definition:
inputs.h:10
Grid
Definition:
arm_vars.h:11
Generated by
1.8.17