aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_fill.c')
-rw-r--r--src/mtx_fill.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mtx_fill.c b/src/mtx_fill.c
index 0c2089f..293c6f7 100644
--- a/src/mtx_fill.c
+++ b/src/mtx_fill.c
@@ -291,6 +291,7 @@ static void mTXFillMatrix (MTXfill *mtx_fill_obj, t_symbol *s,
return;
}
break;
+ case DONT_FILL_JUST_PASS: break;
}
if (mtx_fill_obj->size == 0) {
post("mtx_fill: no matrix defined for filling");
@@ -309,6 +310,7 @@ static void mTXFillMatrix (MTXfill *mtx_fill_obj, t_symbol *s,
writeIndexedValuesIntoMatrix (mtx_fill_obj->num_idcs_used,
mtx_fill_obj->index, fill_mtx,list_out+2);
break;
+ case DONT_FILL_JUST_PASS: break;
}
mTXFillBang(mtx_fill_obj);
}