Skip to content

Commit

Permalink
remove wrong code
Browse files Browse the repository at this point in the history
  • Loading branch information
liruipeng committed Mar 30, 2024
1 parent 3b34483 commit 653d8d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bbb/oderhs.m
Original file line number Diff line number Diff line change
Expand Up @@ -8795,8 +8795,6 @@ c jcsc(neq+1) = nnz
call jac_calc_c(neq, t, yl, yldot00, ml, mu, wk,
. nnzmx, 0.0, rcsc, icsc, jcsc, yldot_pert, nnz)

print *, 'nnz', nnz - 1
call exit
c ... Convert Jacobian from compressed sparse column to compressed
c sparse row format.
call csrcsc (neq, 1, 1, rcsc, icsc, jcsc, jac, ja, ia)
Expand Down

0 comments on commit 653d8d0

Please sign in to comment.