Skip to content

Commit 3854dcd

Browse files
Fix dimension of Y0
1 parent 58aea2c commit 3854dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolbox/+otp/+brusselator/BrusselatorProblem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
% ----------
4747
% timeSpan : numeric(1, 2)
4848
% The start and final time.
49-
% y0 : numeric(:, 2)
49+
% y0 : numeric(:, 1)
5050
% The initial conditions.
5151
% parameters : BrusselatorParameters
5252
% The parameters.

toolbox/+otp/+cusp/CUSPProblem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
% ----------
7777
% timeSpan : numeric(1, 2)
7878
% The start and final time.
79-
% y0 : numeric(:, 2)
79+
% y0 : numeric(:, 1)
8080
% The initial conditions.
8181
% parameters : CUSPParameters
8282
% The parameters.

0 commit comments

Comments
 (0)