Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Feb 17, 2022
1 parent 7cb6f98 commit decd6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeshExportModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ module H5MESH
# HDF5 mesh export
################################################################################
using HDF5
using DataDrops
using DataDrop
using ...FTypesModule: FInt, FFlt, FCplxFlt, FFltVec, FIntVec, FFltMat, FIntMat, FMat, FVec, FDataDict
import ...FESetModule: AbstractFESet, FESetP1, FESetL2, FESetT3, FESetQ4, FESetT4, FESetH8, FESetQ8, FESetL3, FESetT6, FESetT10, FESetH20, connasarray
import ...FENodeSetModule: FENodeSet
Expand Down

2 comments on commit decd6f0

@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 updated: JuliaRegistries/General/54804

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.6 -m "<description of version>" decd6f0d463d8ac89d51ff17c005bfd4cba72615
git push origin v5.3.6

Please sign in to comment.