Export correct space routines

This commit is contained in:
Alberto Ramos 2021-10-28 15:16:40 +02:00
parent 6255039f02
commit 34ddbd6b2c
2 changed files with 2 additions and 2 deletions

View file

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