Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7e73fbb0 authored by hhakim's avatar hhakim
Browse files

Fix a bug in pyfaust.fact.fgft_palm caused by fa991b69.

parent 50a94e93
No related branches found
No related tags found
No related merge requests found
......@@ -272,12 +272,12 @@ cdef class FaustAlgoGen@TYPE_NAME@:
cpp_constraints[i].name = cons.name
cpp_constraints[i].num_rows = cons._num_rows
cpp_constraints[i].num_cols = cons._num_cols
cpp_constraints[i].normalizing = cons.normalized
cpp_constraints[i].pos = cons.pos
cpp_params.constraints = cpp_constraints
cpp_params.num_rows = p.data_num_rows
cpp_params.num_cols = p.data_num_cols
cpp_constraints[i].normalizing = cons.normalized
cpp_constraints[i].pos = cons.pos
cpp_params.num_constraints = len(p.constraints)
core = @CORE_CLASS@(core=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment