Skip to content

Commit 8baa707

Browse files
committed
vari vari
1 parent c9b2c62 commit 8baa707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/needsahome.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ print(dfg::AbstractDFG, sym::Symbol) = isVariable(dfg,sym) ? printVariable(dfg,
106106

107107
#NOT too many aliases on PPE, brought back from deprecated DF
108108

109-
getVariablePPEDict(v::VariableDataLevel1) = getPPEDict(v)
109+
getVariablePPEDict(vari::VariableDataLevel1) = getPPEDict(vari)
110110

111-
getPPEDict(vari::VariableDataLevel1) = getPPEDict(v)
111+
getPPEDict(vari::VariableDataLevel1) = getPPEDict(vari)
112112

113113
getVariablePPE(args...) = getPPE(args...)
114114

0 commit comments

Comments
 (0)