Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
liruipeng committed Mar 28, 2024
1 parent 2c546c5 commit d4c9b8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions bbb/exmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ void int_handler() {
printf("or a single line to be evaluated by Python.\n");
#pragma omp master
{
int condition;
condition=1;
/* int condition=1; */
while(1){
#ifdef HAS_READLINE
ret = readline("Debug>>> ");
Expand Down
3 changes: 3 additions & 0 deletions bbb/jaccalc.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ jac_calc_omp_c_(Int *neq,
{
printf(" =============================================\n"
" Jac_calc OpenMP C version, Num. Threads = %ld\n"
#if SEQ_CHECK
" ** Check with serial version is ON ** \n"
#endif
" =============================================\n", num_threads);
}

Expand Down

0 comments on commit d4c9b8d

Please sign in to comment.