Aether  0.0
Ionosphere-Thermosphere model
output.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_OUTPUT_H_
5 #define INCLUDE_OUTPUT_H_
6 
7 #include "aether.h"
8 
9 int output(Neutrals neutrals,
10  Ions ions,
11  Grid grid,
12  Times time,
13  Planets planet,
14  Inputs args,
15  Report &report);
16 
17 #endif // INCLUDE_OUTPUT_H_
Planets
Definition: planets.h:16
Inputs
Definition: inputs.h:10
Report
Definition: report.h:28
Ions
Definition: ions.h:10
Times
Definition: times.h:21
Grid
Definition: arm_vars.h:11
Neutrals
Definition: neutrals.h:26