Skip to content

Commit 9a8d016

Browse files
committed
potential fix?
1 parent adbb3d8 commit 9a8d016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolbox/+otp/+cr3bp/jacobiConstant.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function J = jacobiconstant(y, mu, soft)
1+
function J = jacobiConstant(y, mu, soft)
22

33
x = y(1:3, :);
44
v = y(4:6, :);

toolbox/+otp/+cr3bp/jacobiConstantJacobian.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function dJdy = jacobiconstantjacobian(y, mu, soft)
1+
function dJdy = jacobiConstantJacobian(y, mu, soft)
22

33
x = y(1:3, :);
44
v = y(4:6, :);

0 commit comments

Comments
 (0)