Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nychiang committed Oct 6, 2023
1 parent 4f7014a commit 58a43df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/MDS/NlpMdsEx1RajaDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ int main(int argc, char **argv)
return -1;
}
} else if(status<0) {
if(rank==0)r
if(rank==0)
printf("solver returned negative solve status: %d (with objective is %18.12e)\n", status, obj_value);
return -1;
}
Expand Down

0 comments on commit 58a43df

Please sign in to comment.