Updated documentation to include Space.jl module

This commit is contained in:
Alberto Ramos 2023-02-01 14:59:17 +01:00
parent b4dadba051
commit 5b9e5c72b1
5 changed files with 74 additions and 6 deletions

View file

@ -23,7 +23,7 @@ include("Space/Space.jl")
using .Space
export SpaceParm
export up, dw, updw, point_coord, point_index, point_time
export up, dw, updw, point_coord, point_index, point_time, point_color
export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI
include("Fields/Fields.jl")