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

Auto-format

parent 4261344e
No related branches found
No related tags found
No related merge requests found
Pipeline #21826 failed
...@@ -62,7 +62,7 @@ def test_dynamic_matrix_location_dependent(): ...@@ -62,7 +62,7 @@ def test_dynamic_matrix_location_dependent():
A = TypedMatrixSymbol('A', 3, 1, create_type('double'), 'Vector3<double>') A = TypedMatrixSymbol('A', 3, 1, create_type('double'), 'Vector3<double>')
my_fun_call = DynamicFunction(TypedSymbol('my_fun', my_fun_call = DynamicFunction(TypedSymbol('my_fun',
'std: : function < Vector3 < double > (int, int, int) >'), 'std::function< Vector3 < double >(int, int, int) >'),
A.dtype, A.dtype,
*pystencils.x_vector(3)) *pystencils.x_vector(3))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment