Skip to content

Commit

Permalink
Trigger GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed May 15, 2024
1 parent b6fe280 commit 258db0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions russell_ode/tests/test_radau5_robertson_small_h.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ fn test_radau5_robertson_small_h() {
// get statistics
let stat = solver.stats();

println!("TODO");

// print and check statistics
println!("{}", stat.summary());
println!("y ={}{}", format_fortran(y0[0]), format_fortran(y0[1]));
Expand Down

0 comments on commit 258db0d

Please sign in to comment.