Skip to content

Commit 72f7c39

Browse files
committed
Update DFGFactor.jl
1 parent fc8923b commit 72f7c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/DFGFactor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ macro defFactorType(structname, factortype, manifold)
9292
end
9393

9494
# user manifold must be a <:Manifold
95-
@assert ($manifold isa AbstractManifold) "@defVariable of " *
95+
@assert ($manifold isa AbstractManifold) "@defFactorType of " *
9696
string($structname) *
9797
" requires that the " *
9898
string($manifold) *

0 commit comments

Comments
 (0)