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

& into &&

parent 660fc644
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment