Skip to content

Commit

Permalink
revise NHB
Browse files Browse the repository at this point in the history
  • Loading branch information
hmyuuu committed Jun 19, 2022
1 parent 2bc39be commit 6ed4ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ObjectiveFunc/AsymptoticBound/AsymptoticBound.jl
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,5 @@ end
# end # function objective

include("CramerRao.jl")
include("analogCramerRao.jl")
include("AnalogCramerRao.jl")
include("AsymptoticBoundWrapper.jl")

2 comments on commit 6ed4ba0

@hmyuuu
Copy link
Member Author

@hmyuuu hmyuuu commented on 6ed4ba0 Jun 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/62626

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 6ed4ba00870309d6c47294f564dcb530b4e7c747
git push origin v0.1.1

Please sign in to comment.