Skip to content

Commit 22c541f

Browse files
committed
cf.manifold for CalcFactor
1 parent 4c04074 commit 22c541f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/CalcFactor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ DFG.getDimension(::CalcFactorResidual{FT, C, D, L, P, MEAS, N}) where {FT, C, D,
122122

123123
# workaround for issue #1781
124124
import Base: getproperty
125-
function Base.getproperty(cf::CalcFactorResidual, f::Symbol)
125+
function Base.getproperty(cf::CalcFactor, f::Symbol)
126126
if f === :manifold
127127
# assumes constant propagation to avoid allocations in residual functions getManifold(factor)
128128
getManifold(cf.factor)

0 commit comments

Comments
 (0)