Skip to content

Commit 7589dfb

Browse files
authored
Rename discretegraph.jl to discreteGraph.jl
1 parent d0f040d commit 7589dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discretegraph.jl renamed to src/discreteGraph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ function makeDiscreteTreeGraph(system, virtualMessage, root)
160160
rowForward, rowBackward, colForward, colBackward, incomingToFactor, incomingToVariable,
161161
iterateFactor, iterateVariable, passFactorVariable, passVariableFactor, true, true),
162162
DiscreteInference(fromFactor, toVariable, messageFactorVariable, fromVariable, toFactor, messageVariableFactor, marginal)
163-
end
163+
end

0 commit comments

Comments
 (0)