Skip to content

Commit 0f55f10

Browse files
committed
Merge branch '38-rename-rmbadpivots-sweep0site' into 'main'
Rename rmbadpivots! => sweep0site! Closes #38 See merge request tensors4fields/TensorCrossInterpolation.jl!73
2 parents eec5288 + 42bc20f commit 0f55f10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tensorci2.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ function setT!(
302302
end
303303

304304

305-
function rmbadpivots!(
305+
function sweep0site!(
306306
tci::TensorCI2{ValueType}, f, b::Int;
307307
reltol=1e-14, abstol=0.0
308308
) where {ValueType}
@@ -325,6 +325,8 @@ function rmbadpivots!(
325325
return nothing
326326
end
327327

328+
# Backward compatibility
329+
const rmbadpivots! = sweep0site!
328330

329331
function setT!(
330332
tci::TensorCI2{ValueType}, f, b::Int; leftorthogonal=true

0 commit comments

Comments
 (0)