Skip to content
Snippets Groups Projects
Commit ae14d0fc authored by Michel Juillard's avatar Michel Juillard
Browse files

replaced display() by disp() as display() is buggy in Octave

parent f479eb1b
Branches
Tags
No related merge requests found
......@@ -82,9 +82,9 @@ for j=1:length(Parallel),
end
end
if Strategy==0
display('User Strategy Now Is Open/Close (0)');
disp('User Strategy Now Is Open/Close (0)');
else
display('User Strategy Now Is Always Open (1)');
disp('User Strategy Now Is Always Open (1)');
end
if Strategy==1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment