We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1532ef3 commit 1b215e7Copy full SHA for 1b215e7
1 file changed
dotnet/ITS.Propagation.P528/Result.cs
@@ -44,6 +44,11 @@ public struct Result
44
/// </summary>
45
public ModeOfPropagation ModeOfPropagation;
46
47
+ /// <summary>
48
+ /// Warning flags
49
+ /// </summary>
50
+ public int warnings;
51
+
52
/// <summary>
53
/// Path distance used in calculations, in km
54
@@ -68,11 +73,6 @@ public struct Result
68
73
/// Elevation angle of the ray at the low terminal, in rad
69
74
70
75
public double theta_h1__rad;
71
-
72
- /// <summary>
- /// Warning flags
- /// </summary>
- public int warnings;
76
}
77
78
0 commit comments