Skip to content

Commit

Permalink
module rename
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungFaithful committed Apr 26, 2019
1 parent 43ef44a commit df0f20d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 326 deletions.
322 changes: 0 additions & 322 deletions Manifest.toml

This file was deleted.

6 changes: 3 additions & 3 deletions src/CapacityExpansion.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Elias Kuepper, Holger Teichgraeber, 2019

######################
# CEP
# CaoacityExpansion
# Capacity Expansion Probelem formulation
#
#####################
module CEP
module CapacityExpansion
using Reexport
using CSV
using DataFrames
Expand Down Expand Up @@ -38,4 +38,4 @@ module CEP
include(joinpath("utils","load_data.jl"))
include(joinpath("optim_problems","run_opt.jl"))
include(joinpath("optim_problems","opt_cep.jl"))
end # module CEP
end # module CapacityExpansion
2 changes: 1 addition & 1 deletion src/CapacityExpansion_development.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Elias Kuepper, Holger Teichgraeber, 2019

######################
# CEP
# CapacityExpansion
# Capacity Expansion Probelem formulation
#
#####################
Expand Down

0 comments on commit df0f20d

Please sign in to comment.