File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "5.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "5.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "5.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "5.1 .0" ) ]
Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ public struct Result
6868 /// Elevation angle of the ray at the low terminal, in rad
6969 /// </summary>
7070 public double theta_h1__rad ;
71+
72+ /// <summary>
73+ /// Warning flags
74+ /// </summary>
75+ public int warnings ;
7176 }
7277 }
7378}
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >P528</id >
5- <version >5.0 .0</version >
5+ <version >5.1 .0</version >
66 <authors >The Institute for Telecommunication Sciences</authors >
77 <owners >The Institute for Telecommunication Sciences</owners >
88 <license type =" file" >LICENSE.md</license >
You can’t perform that action at this time.
0 commit comments