Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 3, 2025
1 parent cce7185 commit abafd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sbls/C/sblst.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int main(void) {
sbls_information( &data, &inform, &status );
printf("%c: SBLS_solve factorization exit status = %1" i_ipc_ "\n",
st, inform.status);
continue;
return 1;
}

// Set right-hand side ( a, b )
Expand Down
2 changes: 1 addition & 1 deletion src/sbls/C/sblstf.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ int main(void) {
sbls_information( &data, &inform, &status );
printf("%c: SBLS_solve factorization exit status = %1" i_ipc_ "\n",
st, inform.status);
continue;
return 1;
}

// Set right-hand side ( a, b )
Expand Down

0 comments on commit abafd26

Please # to comment.