Skip to content

Commit aba6479

Browse files
Fix Oregonator problem typos
1 parent d393833 commit aba6479

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

toolbox/+otp/+oregonator/+presets/Canonical.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
methods
1313
function obj = Canonical(varargin)
14-
% Create the Canonical Oregonator problem object.
14+
% Create the canonical Oregonator problem object.
1515
%
1616
% Parameters
1717
% ----------

toolbox/+otp/+oregonator/+presets/EnrightHull.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
methods
1313
function obj = EnrightHull
14-
% Create the EnrightHull Oregonator problem object.
14+
% Create the Enright–Hull Oregonator problem object.
1515

1616
tspan = [0, 300];
1717
y0 = [4; 1.1; 4];

toolbox/+otp/+oregonator/+presets/GottwaldWanner.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
methods
1515
function obj = GottwaldWanner
16-
% Create the GottwaldWanner Oregonator problem object.
16+
% Create the Gottwald–Wanner Oregonator problem object.
1717

1818
tspan = [0, 302.85805];
1919
y0 = [4; 1.331391; 2.852348];

0 commit comments

Comments
 (0)