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

Add InterpolatorAccess.__getnewargs__

parent e512cf88
No related branches found
No related tags found
No related merge requests found
......@@ -287,6 +287,9 @@ class InterpolatorAccess(TypedSymbol):
# noinspection SpellCheckingInspection
__xnew_cached_ = staticmethod(cacheit(__new_stage2__))
def __getnewargs__(self):
return self.symbol, self.offsets
##########################################################################################
# GPU-specific fast specializations (for precision GPUs can also use above nodes/symbols #
##########################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment