Skip to content
Snippets Groups Projects
Commit 084719d0 authored by Douglas Guptill's avatar Douglas Guptill
Browse files

add parameters to junk=

parent 28eedae3
No related branches found
No related tags found
No related merge requests found
......@@ -2082,7 +2082,7 @@ for (i=0;i<mm;i++)
{
printf("\n special case 1: constraint 0 not yet reached\n");
opt = 2;
junk=cvolumeb(ap,bp,&mm1,&nm1,&opt,&deriv);
junk=cvolumeb(ap,bp,&mm1,&nm1,&mm1,&nm1,&opt,&deriv);
if(junk == -1.)
{
*code = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment