Skip to content

Commit f1707b0

Browse files
authored
Merge pull request #1783 from JuliaRobotics/23Q4/enh/manicf
2 parents 4c04074 + 22c541f commit f1707b0

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)