Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel R. Reynolds <[email protected]>
  • Loading branch information
balos1 and drreynolds authored Oct 27, 2023
1 parent ec557bc commit bde3811
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions examples/kinsol/serial/kinAnalytic_fp.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,7 @@ int main(int argc, char *argv[])
infofp = fopen("kinsol.log", "w");
if (check_retval((void *)infofp, "fopen", 0)) return(1);

// retval = KINSetInfoFile(kmem, infofp);
// if (check_retval(&retval, "KINSetInfoFile", 1)) return(1);

// retval = KINSetPrintLevel(kmem, 1);
// if (check_retval(&retval, "KINSetPrintLevel", 1)) return(1);

/* -------------
* Initial guess
Expand Down
4 changes: 0 additions & 4 deletions examples/kinsol/serial/kinLaplace_picard_kry.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,7 @@ int main()

infofp = fopen("KINSOL.log", "w");

// retval = KINSetInfoFile(kmem, infofp);
// if (check_retval(&retval, "KINSetInfoFile", 1)) return(1);

// retval = KINSetPrintLevel(kmem, 3);
// if (check_retval(&retval, "KINSetPrintLevel", 1)) return(1);

/* ----------------------
* Create SUNLinearSolver
Expand Down

0 comments on commit bde3811

Please sign in to comment.