Skip to content

Commit a384bef

Browse files
committed
Fixed the example
1 parent 98c3b8c commit a384bef

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
@@ -13,7 +13,7 @@
1313
%
1414
% Example
1515
% -------
16-
% >>> problem = otp.cr3bp.presets.Canonical;
16+
% >>> problem = otp.cr3bp.presets.NRHO;
1717
% >>> sol = model.solve('AbsTol', 1e-14, 'RelTol', 100*eps);
1818
% >>> problem.plotPhaseSpace(sol);
1919
%

0 commit comments

Comments
 (0)