Skip to content

Commit 9649a3b

Browse files
committed
Add checkpoints
1 parent 3d0df02 commit 9649a3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bases/bases.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ _grid(::SubBasisLayout, P) = grid(parent(P))
119119
_grid(::WeightedBasisLayouts, P) = grid(unweightedbasis(P))
120120
grid(P) = _grid(MemoryLayout(typeof(P)), P)
121121

122+
# TODO: Move over from OrthogonalPolynomialsQuasi
123+
function checkpoints end
124+
122125
struct TransformFactorization{T,Grid,Plan,IPlan} <: Factorization{T}
123126
grid::Grid
124127
plan::Plan

0 commit comments

Comments
 (0)