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

time-shift
Michel Juillard 2010-09-25 14:45:28 +02:00
parent f479eb1bea
commit ae14d0fc9e
1 changed files with 2 additions and 2 deletions

View File

@ -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