Skip to content

Commit 4ff0ddf

Browse files
committed
Fix including file in module
1 parent 2ae2fd7 commit 4ff0ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pwf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module PWF
44
using PowerModels
55

66
# include PWF parser file
7-
include("pwf.jl")
7+
include("pwf2dict.jl")
88

99
# include PowerModels converter files
1010
include("pwf2pm/bus.jl")

0 commit comments

Comments
 (0)