Skip to content

Commit

Permalink
index unnecessary - already calculated earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMaullin committed Oct 18, 2018
1 parent 3a4dd14 commit 2f2d95e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions swe_cp_WB.m
Original file line number Diff line number Diff line change
Expand Up @@ -1639,9 +1639,6 @@ function swe_cp_WB(SwE)

% Obtain P values.
pvol=swe_hyptest(SwE, score, blksz, cCovBc, Cov_vis, dofMat);

% Get indices of current block.
index = (1+(bch-1)*blksz) : (bch * blksz);

% Current XYZ indices
currXYZ = XYZ(1:3, index);
Expand All @@ -1658,7 +1655,7 @@ function swe_cp_WB(SwE)

end

end
end

end % (bch)

Expand Down

0 comments on commit 2f2d95e

Please sign in to comment.