Skip to content

Commit

Permalink
update for blockskylinematrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Nov 9, 2018
1 parent 5622c5c commit 876c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Caching/blockbanded.jl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function resizedata!(QR::QROperator{CachedOperator{T,BlockBandedMatrix{T},
W = QR.H
R = MO.data

l,u = R.l,R.u
l,u = blockbandwidths(R)

ds = domainspace(QR)
col = blockstop(ds, COL) # last column
Expand Down

0 comments on commit 876c7fb

Please sign in to comment.