Skip to content

Commit

Permalink
remove deprecated calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Nov 15, 2023
1 parent 553c04a commit 86ff059
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test_gecondest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ void test_gecondest_work(Params& params, bool run)
slate_rcond = slate::lu_rcondest_using_factor( norm, A, Anorm, opts );
// Using traditional BLAS/LAPACK name
// slate_rcond = slate::gecondest( norm, A, Anorm, opts );
// slate::gecondest( norm, A, &Anorm, &slate_rcond, opts ); // deprecated
time = barrier_get_wtime(MPI_COMM_WORLD) - time;
// compute and save timing/performance
params.time() = time;
Expand Down
1 change: 0 additions & 1 deletion test/test_trcondest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ void test_trcondest_work(Params& params, bool run)
slate_rcond = slate::triangular_rcondest( norm, R, Rnorm, opts );
// Using traditional BLAS/LAPACK name
// slate_rcond = slate::trcondest( norm, R, Rnorm, opts );
// slate::trcondest( norm, R, &slate_rcond, opts ); // deprecated
time = barrier_get_wtime(MPI_COMM_WORLD) - time;
// compute and save timing/performance
params.time() = time;
Expand Down

0 comments on commit 86ff059

Please sign in to comment.