We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af6855 commit 2e558d7Copy full SHA for 2e558d7
src/services/AbstractDFG.jl
@@ -65,13 +65,13 @@ end
65
$(SIGNATURES)
66
Function to get the type of the variables in the DFG.
67
"""
68
-getTypeDFGVariables(::AbstractDFG{V, F}) where {V,F} = V
+getTypeDFGVariables(::AbstractDFG{V, F}) where {V, F} = V
69
70
71
72
Function to get the type of the factors in the DFG.
73
74
-getTypeDFGFactors(::AbstractDFG{V, F}) where {V,F} = F
+getTypeDFGFactors(::AbstractDFG{V, F}) where {V, F} = F
75
76
##------------------------------------------------------------------------------
77
## Setters
0 commit comments