Skip to content

Commit 59aa522

Browse files
committed
fix non ascii characters
1 parent a6b52e0 commit 59aa522

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/utils/computeFOV.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
%
66
% computes the number of degrees of visual angle in the whole field of view
77
%
8-
% δ = 2 arctan ( d / 2D )
8+
% delta = 2 arctan ( d / 2D )
99
%
10-
% δ is the angular diameter, and d is the actual diameter of the object,
10+
% delta is the angular diameter, and d is the actual diameter of the object,
1111
% and D is the distance to the object.
1212
% The result obtained is in radians.
1313
%

src/utils/printCreditsCppPtb.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function printCreditsCppPtb()
1010
end
1111

1212
contributors = { ...
13-
'Rémi Gau', ...
13+
'Remi Gau', ...
1414
'Marco Barilari', ...
1515
'Ceren Battal'};
1616

0 commit comments

Comments
 (0)