Skip to content

Commit

Permalink
remove struct type definition for VersionNumber (is defined in Struct…
Browse files Browse the repository at this point in the history
…Types 1.10.0).
  • Loading branch information
lmiq committed Mar 14, 2024
1 parent de7dc1c commit 71f0706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/results.jl
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ StructTypes.StructType(::Type{Density}) = StructTypes.Struct()
StructTypes.StructType(::Type{Volume}) = StructTypes.Struct()
StructTypes.StructType(::Type{Options}) = StructTypes.Struct()
StructTypes.StructType(::Type{TrajectoryFileOptions}) = StructTypes.Struct()
StructTypes.StructType(::Type{VersionNumber}) = StructTypes.Struct()

"""
save(R::Result, filename::String)
Expand Down

0 comments on commit 71f0706

Please sign in to comment.