Skip to content

Commit

Permalink
export T4extrudeT3
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Mar 4, 2022
1 parent decd6f0 commit 910a00f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FinEtools"
uuid = "91bb5406-6c9a-523d-811d-0644c4229550"
authors = ["Petr Krysl <[email protected]>"]
version = "5.3.6"
version = "5.3.7"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand Down
4 changes: 2 additions & 2 deletions src/FinEtools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ using .MeshHexahedronModule: H8block, H8blockx, H8sphere, H8refine, H8hexahed
# Exported: mesh generation functions for hexahedral elements
export H8block, H8blockx, H8sphere, H8refine, H8hexahedron, H8extrudeQ4, H8spheren, H8voximg, H8layeredplatex, H8elliphole, H8toH27, H27block, H20block, H8toH20, H20blockx, H27blockx, H8cylindern, T4toH8

using .MeshTetrahedronModule: T4block, T4blockx, T4toT10, T10toT4, T10block, T10blockx, T10layeredplatex, T4meshedges, T4voximg, T4refine, T10refine, T4refine20, T4quartercyln
using .MeshTetrahedronModule: T4block, T4blockx, T4toT10, T10toT4, T10block, T10blockx, T10layeredplatex, T4meshedges, T4voximg, T4refine, T10refine, T4refine20, T4quartercyln, T4extrudeT3
# Exported: mesh generation functions for tetrahedral elements
export T4block, T4blockx, T4toT10, T10toT4, T10block, T10blockx, T10layeredplatex, T4meshedges, T4voximg, T4refine, T10refine, T4refine20, T4quartercyln
export T4block, T4blockx, T4toT10, T10toT4, T10block, T10blockx, T10layeredplatex, T4meshedges, T4voximg, T4refine, T10refine, T4refine20, T4quartercyln, T4extrudeT3

using .MeshMixinsModule: T3blockrand, T3toQ4
# Exported: various mesh generation functions
Expand Down

2 comments on commit 910a00f

@PetrKryslUCSD
Copy link
Owner Author

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/55939

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 v5.3.7 -m "<description of version>" 910a00f7464d841239723846565a93bfe244960e
git push origin v5.3.7

Please sign in to comment.