ENH: Removed more ()'s

This commit is contained in:
andy
2011-03-24 15:02:37 +00:00
parent 2c074892b0
commit 1dce642fe2

View File

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