Skip to content

Commit 63733ed

Browse files
Markus WaldmannMarkus Waldmann
authored andcommitted
Discribed rules within description
With rules there is no greater than pi possible. Therefore, moved the rules to the description Signed-off-by: Markus Waldmann <Markus.Waldmann@stud.hs-kempten.de>
1 parent 6a1e2e7 commit 63733ed

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

osi_environment.proto

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -448,21 +448,15 @@ message EnvironmentalConditions
448448
//
449449
// Unit: rad
450450
//
451-
// \rules
452-
// is_greater_than_or_equal_to: -PI
453-
// is_less_than_or_equal_to: 2PI
454-
// \endrules
451+
// The preferred angular range is [0, 2pi]
455452
//
456453
optional double azimuth = 1;
457454

458455
// Solar elevation angle
459456
//
460457
// Unit: rad
461458
//
462-
// \rules
463-
// is_greater_than_or_equal_to: -PI
464-
// is_less_than_or_equal_to: PI
465-
// \endrules
459+
// The preferred angular range is [-pi, pi]
466460
//
467461
optional double elevation = 2;
468462

0 commit comments

Comments
 (0)