Skip to content
Snippets Groups Projects
Commit 715e9a55 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Typo in staggered_vecto_access

parent 2258e7dd
Branches
Tags
No related merge requests found
......@@ -548,7 +548,7 @@ class Field(AbstractField):
return sp.Matrix([[self.staggered_access(offset, (i, k)) for k in range(self.index_shape[2])]
for i in range(self.index_shape[1])])
else:
raise NotImplementedError("center_vector is not implemented for more than 3 index dimensions")
raise NotImplementedError("staggered_vector_access is not implemented for more than 3 index dimensions")
@property
def staggered_stencil(self):
......
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