Skip to content

Commit

Permalink
Merge pull request ait-energy#45 from sstroemer/git-submodules-public…
Browse files Browse the repository at this point in the history
…-correct

fix: tag functions as "public" in sub-modules
  • Loading branch information
sstroemer authored Dec 11, 2024
2 parents 43fc7fa + 72f2be2 commit 1eeafab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "IESopt"
uuid = "ed3f0a38-8ad9-4cf8-877e-929e8d190fe9"
version = "2.2.0"
version = "2.2.1"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down
2 changes: 2 additions & 0 deletions src/utils/modules/Assets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module Assets

using RelocatableFolders

public get_path

"""
get_path(asset_type::String)
Expand Down
4 changes: 4 additions & 0 deletions src/utils/modules/Utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import ..IESopt: @critical
import ArgCheck: @argcheck
import JuMP

public annuity
public timespan
public yearspan

"""
annuity(total::Real; lifetime::Real, rate::Float64, fraction::Float64)
Expand Down

0 comments on commit 1eeafab

Please sign in to comment.