Skip to content

Commit 0077586

Browse files
author
quxiaofeng
committed
Fixed the include typo in pkg
Signed-off-by: quxiaofeng <[email protected]>
1 parent 2efb67d commit 0077586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectiveDictionaryPairLearning.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using MAT # to load and save data
3333

3434
include("TrainDPL.jl")
3535
include("ClassificationDPL.jl")
36-
include("normcol_equal")
36+
include("normcol_equal.jl")
3737

3838
export dpldemo, TrainDPL, ClassificationDPL, updateA!, updateD!, updateP!, initialization, normcol_lessequal, normcol_equal
3939

0 commit comments

Comments
 (0)