mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Export correct space routines
This commit is contained in:
parent
6255039f02
commit
34ddbd6b2c
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue