Skip to content

Commit

Permalink
Revert "intentionally break one file"
Browse files Browse the repository at this point in the history
This reverts commit a669b83.
  • Loading branch information
sseraj committed Aug 9, 2022
1 parent a669b83 commit 93c3fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getBasisPt.f90
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subroutine getBasisPtSurface(u, v, tu, tv, ku, kv, vals, col_ind, istart, l_inde
do ii = 1, ku
do jj = 1, kv
! Get the local row/col for this surface
start = istart + counter +1
start = istart + counter + 1
col_ind(start) = l_index(ileftv - kv + jj, ileftu - ku + ii)
vals(start) = basisu(ii) * basisv(jj)
counter = counter + 1
Expand Down

0 comments on commit 93c3fd8

Please sign in to comment.