From 93870bc227b233795f870eb2da55de10442d369a Mon Sep 17 00:00:00 2001 From: Luc Berger-Vergiat Date: Thu, 21 Sep 2023 13:12:06 -0600 Subject: [PATCH] Sparse: crsmatrix traversal Quick copy-past fix --- sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp b/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp index ad1f1598bb..f1f680080a 100644 --- a/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp +++ b/sparse/unit_test/Test_Sparse_crsmatrix_traversal.hpp @@ -16,7 +16,7 @@ /// \file Test_Sparse_SortCrs.hpp /// \brief Tests for sort_crs_matrix and sort_crs_graph in -/// KokkosSparse_SortCrs.hpp +/// KokkosSparse_CrsMatrix_traversal.hpp #ifndef TEST_SPARSE_CRSMATRIX_TRAVERSAL_HPP #define TEST_SPARSE_CRSMATRIX_TRAVERSAL_HPP