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