Skip to content

Commit

Permalink
change problem_type to p_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Lht97 committed Dec 21, 2024
1 parent 8269965 commit b9a8ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/profile.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"VESUVIOLS",...
"VESUVIOULS",...
"YATP1CLS"];
options_s2mpj.problem_type = 'u';
options_s2mpj.p_type = 'u';
options_s2mpj.mindim = parameters.problem_mindim;
options_s2mpj.maxdim = parameters.problem_maxdim;
problem_names_orig = s_select(options_s2mpj);
Expand Down

0 comments on commit b9a8ffd

Please sign in to comment.