Skip to content
Snippets Groups Projects
Commit 1dce642f authored by andy's avatar andy
Browse files

ENH: Removed more ()'s

parent 2c074892
Branches
Tags
No related merge requests found
......@@ -32,11 +32,9 @@ if (transonic)
(
p.select
(
(
finalIter
&& corr == nCorr-1
&& nonOrth == nNonOrthCorr
)
finalIter
&& corr == nCorr-1
&& nonOrth == nNonOrthCorr
)
)
);
......@@ -73,11 +71,9 @@ else
(
p.select
(
(
finalIter
&& corr == nCorr-1
&& nonOrth == nNonOrthCorr
)
finalIter
&& corr == nCorr-1
&& nonOrth == nNonOrthCorr
)
)
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment