Skip to content
Snippets Groups Projects
Commit b28f090f authored by Ballabriga Clément's avatar Ballabriga Clément
Browse files

fix

parent 3951c030
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@ int b;
void param_valuation(int param_id, param_value_t * param_val, void *data) {
(void)(data);
has_param = 1;
/* parametric bound */
if (param_id == 1) {
has_param = 1;
param_val->bound = b;
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment