mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
Wrap threadIdx, etc in an inline function
This commit is contained in:
parent
65a619e554
commit
584b92edb0
7 changed files with 21 additions and 18 deletions
|
@ -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, assign_thx
|
||||
export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI
|
||||
|
||||
include("Fields/Fields.jl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue