Skip to content

Commit e609e5f

Browse files
committed
renamed some files
1 parent 50e2974 commit e609e5f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

toolbox/+otp/+cr3bp/CR3BPProblem.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ function onSettingsChanged(obj)
8585
mu = obj.Parameters.Mu;
8686
soft = obj.Parameters.SoftFactor;
8787

88-
obj.JacobiConstant = @(y) otp.cr3bp.jacobiconstant(y, mu, soft);
89-
obj.JacobiConstantJacobian = @(y) otp.cr3bp.jacobiconstantjacobian(y, mu, soft);
88+
obj.JacobiConstant = @(y) otp.cr3bp.jacobiConstant(y, mu, soft);
89+
obj.JacobiConstantJacobian = @(y) otp.cr3bp.jacobiConstantJacobian(y, mu, soft);
9090

9191
obj.RadarMeasurement = @(y, radary) otp.cr3bp.radarMeasurement(t, y, mu, soft, radary);
9292

File renamed without changes.

0 commit comments

Comments
 (0)