Skip to content

Commit 1b215e7

Browse files
committed
Closes #11: reordering vars in result struct - found in GUI testing.
1 parent 1532ef3 commit 1b215e7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

dotnet/ITS.Propagation.P528/Result.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ public struct Result
4444
/// </summary>
4545
public ModeOfPropagation ModeOfPropagation;
4646

47+
/// <summary>
48+
/// Warning flags
49+
/// </summary>
50+
public int warnings;
51+
4752
/// <summary>
4853
/// Path distance used in calculations, in km
4954
/// </summary>
@@ -68,11 +73,6 @@ public struct Result
6873
/// Elevation angle of the ray at the low terminal, in rad
6974
/// </summary>
7075
public double theta_h1__rad;
71-
72-
/// <summary>
73-
/// Warning flags
74-
/// </summary>
75-
public int warnings;
7676
}
7777
}
7878
}

0 commit comments

Comments
 (0)