Skip to content

Commit c5b48c7

Browse files
committed
ext: change folder layout
1 parent c19c4a7 commit c5b48c7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

ext/SEMNLOptExt.jl renamed to ext/SEMNLOptExt/SEMNLOptExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ SEM = StructuralEquationModels
66

77
export SemOptimizerNLopt, NLoptConstraint
88

9-
include("optimizer/NLopt.jl")
9+
include("NLopt.jl")
1010

1111
end
File renamed without changes.

ext/SEMProximalOptExt.jl renamed to ext/SEMProximalOptExt/SEMProximalOptExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ SEM = StructuralEquationModels
99

1010
#ProximalCore.prox!(y, f, x, gamma) = ProximalOperators.prox!(y, f, x, gamma)
1111

12-
include("optimizer/ProximalAlgorithms.jl")
12+
include("ProximalAlgorithms.jl")
1313

1414
end

0 commit comments

Comments
 (0)