Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Mar 5, 2022
1 parent abd63ad commit 029962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crystalline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ include("deprecations.jl")
export get_littlegroups, get_lgirreps, get_pgirreps, WyckPos, kvec, wyck, kstar

include("subperiodic.jl")
export SubPeriodicGroup.subperiodicgroup
export SubPeriodicGroup, subperiodicgroup

## __init__
# - open .jld2 data files, so we don't need to keep opening/closing them
Expand Down

4 comments on commit 029962b

@thchr
Copy link
Owner Author

@thchr thchr commented on 029962b Mar 5, 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 created: JuliaRegistries/General/56049

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.4.13 -m "<description of version>" 029962b2f8ecc3b5e8a4ace5c6ccab9b79b9e038
git push origin v0.4.13

@thchr
Copy link
Owner Author

@thchr thchr commented on 029962b Mar 5, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=Bravais

@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 created: JuliaRegistries/General/56050

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 Bravais-v0.1.5 -m "<description of version>" 029962b2f8ecc3b5e8a4ace5c6ccab9b79b9e038
git push origin Bravais-v0.1.5

Please sign in to comment.