adding doc
This commit is contained in:
parent
39b5a334c7
commit
bcd54dc673
9 changed files with 63 additions and 0 deletions
|
@ -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
0
src/print.jl
Normal 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue