From 2d3c2c4f4884e5ed46dc46410d02824cdb5a29ad Mon Sep 17 00:00:00 2001 From: Evan Harvey <57234914+e10harvey@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:51:18 -0600 Subject: [PATCH] Update sparse/src/KokkosSparse_par_ilut.hpp --- sparse/src/KokkosSparse_par_ilut.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sparse/src/KokkosSparse_par_ilut.hpp b/sparse/src/KokkosSparse_par_ilut.hpp index d42b38e5e1..42cfc1e7d2 100644 --- a/sparse/src/KokkosSparse_par_ilut.hpp +++ b/sparse/src/KokkosSparse_par_ilut.hpp @@ -215,7 +215,6 @@ void par_ilut_symbolic(KernelHandle* handle, ARowMapType& A_rowmap, /// @param U_rowmap The row map (row nnz offsets) for the U CSR (Input/Output) /// @param U_entries The entries (column ids) for the U CSR (Output) /// @param U_values The values (non-zero matrix values) for the U CSR (Output) -/// @param deterministic Please ignore. This parameter will be removed soon. template