fixed a function prototype (#416)

This PR fixed a function prototype compiled with HIP.
Co-authored-by: Ruipeng Li <coe0141@redwood.cm.cluster>
This commit is contained in:
Ruipeng Li 2021-06-24 10:07:58 -07:00 committed by GitHub
parent 09b6b53ca5
commit b7d4ce9d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1710,6 +1710,7 @@ hypre_CSRMatrixTriLowerUpperSolveCusparse(char uplo,
HYPRE_Int
hypre_CSRMatrixTriLowerUpperSolveCusparse(char /*uplo*/,
hypre_CSRMatrix * /*A*/,
HYPRE_Real * /*l1_norms*/,
hypre_Vector * /*f*/,
hypre_Vector * /*u*/ )
{