Skip to content

Commit 2832a2f

Browse files
committed
Fix point type
1 parent d36758e commit 2832a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ end
8181

8282
##------------------------------------------------------------------------------
8383
## Constructors
84-
VariableNodeData{T}(; kwargs...) where T <: InferenceVariable = VariableNodeData{T,typeof(getPointType(T))}(; kwargs...)
84+
VariableNodeData{T}(; kwargs...) where T <: InferenceVariable = VariableNodeData{T,getPointType(T)}(; kwargs...)
8585
VariableNodeData(variableType::InferenceVariable; kwargs...) = VariableNodeData{typeof(variableType)}(; kwargs...)
8686

8787

0 commit comments

Comments
 (0)