Skip to content

Commit e05cacc

Browse files
committed
fix for octave
1 parent fe52ebd commit e05cacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolbox/+otp/+cr3bp/CR3BPProblem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function onSettingsChanged(obj)
119119
fig = internalPlotPhaseSpace@otp.Problem(obj, t, y, ...
120120
'Vars', 1:3, varargin{:});
121121
hold on;
122-
scatter3(fig.Children(1), [mu, 1 - mu], [0, 0], [0, 0]);
122+
scatter3([mu, 1 - mu], [0, 0], [0, 0]);
123123
end
124124

125125
end

0 commit comments

Comments
 (0)