Skip to content

Commit 33b0987

Browse files
committed
Minor fix to N
1 parent 1b53abc commit 33b0987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/+otp/+kuramotosivashinsky/+presets/HairerWanner.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
function obj = HairerWanner(varargin)
55

66
p = inputParser;
7-
addParameter(p, 'Size', 128);
7+
addParameter(p, 'Size', 1024);
88
addParameter(p, 'L', 80*pi);
99

1010
parse(p, varargin{:});

0 commit comments

Comments
 (0)