Skip to content

Commit 1cfb368

Browse files
committed
Renamed NRHO preset
1 parent 692dd1c commit 1cfb368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolbox/+otp/+cr3bp/+presets/NRHO.m renamed to toolbox/+otp/+cr3bp/+presets/L2NRHO.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
classdef NRHO < otp.cr3bp.CR3BPProblem
1+
classdef L2NRHO < otp.cr3bp.CR3BPProblem
22
% This preset builds an $L_2$ halo orbit preset for the CR3BP based on
33
% a table of reference initial conditions and periods. The table
44
% contains $20$ entries, and thus there are $20$ different possible
55
% orbits given by this preset. The table of $L_2$ halo orbits is given
66
% as Table A.1 on page 218 of :cite:p:`Spr21`.
77

88
methods
9-
function obj = NRHO(varargin)
9+
function obj = L2NRHO(varargin)
1010
% Create the NRHO CR3BP problem object.
1111
%
1212
% Parameters

0 commit comments

Comments
 (0)