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

Remove comment

parent cd772ba1
No related merge requests found
...@@ -167,14 +167,6 @@ class NearestNeightborInterpolator(Interpolator): ...@@ -167,14 +167,6 @@ class NearestNeightborInterpolator(Interpolator):
use_normalized_coordinates) use_normalized_coordinates)
# def forbid_double(expr):
# dtype = pystencils.data_types.get_type_of_expression(expr)
# if dtype == create_type('double')
# pystencils.data_types.get_type_of_expression(
# else:
# return expr
class InterpolatorAccess(TypedSymbol): class InterpolatorAccess(TypedSymbol):
def __new__(cls, field, *offsets, **kwargs): def __new__(cls, field, *offsets, **kwargs):
obj = InterpolatorAccess.__xnew_cached_(cls, field, *offsets, **kwargs) obj = InterpolatorAccess.__xnew_cached_(cls, field, *offsets, **kwargs)
......
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