Skip to content
Snippets Groups Projects
Commit 953ac851 authored by MichelJuillard's avatar MichelJuillard
Browse files

& into &&

parent 660fc644
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ notsteady = 1; ...@@ -85,7 +85,7 @@ notsteady = 1;
F_singular = 1; F_singular = 1;
s = 0; s = 0;
while notsteady & t<=last while notsteady && t<=last
s = t-start+1; s = t-start+1;
d_index = data_index{t}; d_index = data_index{t};
if isempty(d_index) if isempty(d_index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment