Skip to content

Commit 0fc5317

Browse files
authored
Update DFGFactor.jl
1 parent 0cf0280 commit 0fc5317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/DFGFactor.jl

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

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

0 commit comments

Comments
 (0)