Skip to content

Commit

Permalink
Update show for TiltRegion
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Aug 23, 2024
1 parent 73bb30b commit 1a93b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/georegions/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
function show(io::IO, geo::TiltRegion)
print(
io,
"The Rectilinear Region $(geo.ID) has the following properties:\n",
"The Tilted Rectilinear Region $(geo.ID) has the following properties:\n",
" Region ID (ID) : ", geo.ID, '\n',
" Parent ID (pID) : ", geo.pID, '\n',
" Name (name) : ", geo.name, '\n',
Expand Down

2 comments on commit 1a93b38

@natgeo-wong
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release Notes:

  • Debugging the reading of a TiltRegion

@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/113704

Tagging

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 v6.0.3 -m "<description of version>" 1a93b383da297bb50ec888ab3e0eee036a0f3da7
git push origin v6.0.3

Please sign in to comment.