Skip to content

Commit 17e7ff9

Browse files
authored
Update examples/experimental/r_KLU_cusolverrf_redo_factorization.cpp
1 parent 45cce14 commit 17e7ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/experimental/r_KLU_cusolverrf_redo_factorization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ int main(int argc, char* argv[])
236236
std::cout << "Rf refactorization after KLU redo status: " << status_refactor << std::endl;
237237
}
238238

239-
// Don't delete L and U - they are managed by KLU
239+
// Don't delete L and U - they are managed by KLU.
240240
L = nullptr;
241241
U = nullptr;
242242
}

0 commit comments

Comments
 (0)