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 using .Space
export SpaceParm 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 export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI
include("Fields/Fields.jl") include("Fields/Fields.jl")

View file

@ -280,7 +280,7 @@ end
end end
export up, dw, updw, global_point, point_index, point_coord, point_time export up, dw, updw, point_index, point_coord, point_time
export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI
end end