Skip to content

Commit 06a9d52

Browse files
Fix non-ascii char issue
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent 25188c8 commit 06a9d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osi_sensorviewconfiguration.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ message RaytracerViewConfiguration
11571157
// Offset: 52 (12 bytes)
11581158
//
11591159
// /par Reference
1160-
// [1] Brem, R., & Eibert, T. F. (2015, August). A Shooting and Bouncing Ray (SBR) Modeling Framework Involving Dielectrics and Perfect Conductors. IEEE Transactions on Antennas and Propagation, 63(8), 35993609. https://doi.org/10.1109/TAP.2015.2438318
1160+
// [1] Brem, R., & Eibert, T. F. (2015, August). A Shooting and Bouncing Ray (SBR) Modeling Framework Involving Dielectrics and Perfect Conductors. IEEE Transactions on Antennas and Propagation, 63(8), 3599-3609. https://doi.org/10.1109/TAP.2015.2438318
11611161
//
11621162
RAYTRACER_FORMAT_SBR = 2;
11631163
}

0 commit comments

Comments
 (0)