Skip to content
Snippets Groups Projects
Commit b89e50bf authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Use field::GhostLayerField instead of GhostLayerField

parent 2dfdd2c3
Branches
No related merge requests found
......@@ -43,7 +43,7 @@ def make_field_type(dtype, f_size, is_gpu):
if is_gpu:
return "cuda::GPUField<%s>" % (dtype,)
else:
return "GhostLayerField<%s, %d>" % (dtype, f_size)
return "field::GhostLayerField<%s, %d>" % (dtype, f_size)
def get_field_fsize(field):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment