Mentions légales du service

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

Fix a small bug in FaustFact.hpp: the switch case was missing SPLINCOL constraint type.

parent d0c51d28
Branches
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ bool PyxConstraintGeneric::is_int_constraint() ...@@ -18,6 +18,7 @@ bool PyxConstraintGeneric::is_int_constraint()
case CONSTRAINT_NAME_SP: case CONSTRAINT_NAME_SP:
case CONSTRAINT_NAME_SPCOL: case CONSTRAINT_NAME_SPCOL:
case CONSTRAINT_NAME_SPLIN: case CONSTRAINT_NAME_SPLIN:
case CONSTRAINT_NAME_SPLINCOL:
case CONSTRAINT_NAME_SP_POS: case CONSTRAINT_NAME_SP_POS:
return true; return true;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment