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

Auto-format

parent 4261344e
Branches
Tags
No related merge requests found
Pipeline #21826 failed
......@@ -62,7 +62,7 @@ def test_dynamic_matrix_location_dependent():
A = TypedMatrixSymbol('A', 3, 1, create_type('double'), 'Vector3<double>')
my_fun_call = DynamicFunction(TypedSymbol('my_fun',
'std: : function < Vector3 < double > (int, int, int) >'),
'std::function< Vector3 < double >(int, int, int) >'),
A.dtype,
*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