Skip to content

Commit c24f0a8

Browse files
committed
PPEs -> PPEDict
1 parent 54f8e5e commit c24f0a8

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-
getVariablePPEs(v::VariableDataLevel1) = getPPEDict(v)
109+
getVariablePPEDict(v::VariableDataLevel1) = getPPEDict(v)
110110

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

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

0 commit comments

Comments
 (0)