We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf0280 commit 0fc5317Copy full SHA for 0fc5317
1 file changed
src/services/DFGFactor.jl
@@ -91,7 +91,7 @@ macro defFactorType(structname, factortype, manifold)
91
end
92
93
# user manifold must be a <:Manifold
94
- @assert ($manifold isa AbstractManifold) "@defVariable of " *
+ @assert ($manifold isa AbstractManifold) "@defFactorType of " *
95
string($structname) *
96
" requires that the " *
97
string($manifold) *
0 commit comments