Skip to content

Commit b5e6e44

Browse files
Fix Brusselator problem typos
1 parent 3b5202b commit b5e6e44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

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

55
methods
66
function obj = Canonical(varargin)
7-
% Create the Canonical Brusselator problem object.
7+
% Create the canonical Brusselator problem object.
88
%
99
% Parameters
1010
% ----------

toolbox/+otp/+brusselator/+presets/HairerNorsettWanner.m

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

55
methods
66
function obj = HairerNorsettWanner()
7-
% Create the HairerNorsettWanner Brusselator problem object.
7+
% Create the Hairer­–Norsett–Wanner Brusselator problem object.
88

99
y0 = [1.5; 3];
1010
tspan = [0, 20];

toolbox/+otp/+brusselator/+presets/Spiral.m

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

55
methods
66
function obj = Spiral()
7-
% Create the Spiral Brusselator problem object.
7+
% Create the spiral Brusselator problem object.
88

99
y0 = [1; 1];
1010
tspan = [0, 30];

toolbox/+otp/+brusselator/+presets/SteadyState.m

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

55
methods
66
function obj = SteadyState(varargin)
7-
% Create the SteadyState Brusselator problem object.
7+
% Create the steady state Brusselator problem object.
88
%
99
% Parameters
1010
% ----------

0 commit comments

Comments
 (0)