Commit 2f79ca16 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Outdated comment

parent b14b3c24
......@@ -15,12 +15,6 @@ except NameError:
import textwrap
# Code cleanup ideas:
# - One could be more smart about casting in some places
# - Start using CCodeWriters to generate utility functions
# - Create a struct type per ndim rather than keeping loose local vars
def dedent(text, reindent=0):
text = textwrap.dedent(text)
if reindent > 0:
......
Markdown is supported
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