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

Do not use DebugFrameworkPrinter when printing Simulation._create_module

parent 7058eb7a
No related branches found
No related tags found
No related merge requests found
...@@ -155,9 +155,6 @@ class Simulation(): ...@@ -155,9 +155,6 @@ class Simulation():
]), self.parameter_config_block ]), self.parameter_config_block
) )
]))) ])))
from pystencils_autodiff.framework_integration.printer import DebugFrameworkPrinter
module.printer = DebugFrameworkPrinter()
self._codegen_context.write_file("main.cpp", str(module)) self._codegen_context.write_file("main.cpp", str(module))
return module return module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment