There was an error while loading. Please reload this page.
1 parent 692dd1c commit 1cfb368Copy full SHA for 1cfb368
toolbox/+otp/+cr3bp/+presets/NRHO.m renamed to toolbox/+otp/+cr3bp/+presets/L2NRHO.m
@@ -1,12 +1,12 @@
1
-classdef NRHO < otp.cr3bp.CR3BPProblem
+classdef L2NRHO < otp.cr3bp.CR3BPProblem
2
% This preset builds an $L_2$ halo orbit preset for the CR3BP based on
3
% a table of reference initial conditions and periods. The table
4
% contains $20$ entries, and thus there are $20$ different possible
5
% orbits given by this preset. The table of $L_2$ halo orbits is given
6
% as Table A.1 on page 218 of :cite:p:`Spr21`.
7
8
methods
9
- function obj = NRHO(varargin)
+ function obj = L2NRHO(varargin)
10
% Create the NRHO CR3BP problem object.
11
%
12
% Parameters
0 commit comments