adding doc

This commit is contained in:
qwjyh 2023-11-12 09:57:28 +09:00
parent 39b5a334c7
commit bcd54dc673
No known key found for this signature in database
GPG key ID: F30838CD89227A79
9 changed files with 63 additions and 0 deletions

View file

@ -5,5 +5,6 @@ using Dates
include("typedef.jl")
include("parser.jl")
include("edit.jl")
include("print.jl")
end # module CoordVisualize

0
src/print.jl Normal file
View file

View file

@ -1,4 +1,7 @@
using Dates
"""
Stores a set of logs with its taken date datetime and supplemental note.
"""
mutable struct CoordLog{T <: AbstractFloat}
coords::Matrix{T}
logdate::DateTime