& into &&

time-shift
Michel Juillard 2015-11-08 18:59:30 +01:00
parent 660fc64471
commit 953ac851c0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ notsteady = 1;
F_singular = 1;
s = 0;
while notsteady & t<=last
while notsteady && t<=last
s = t-start+1;
d_index = data_index{t};
if isempty(d_index)