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:
parent
09b6b53ca5
commit
b7d4ce9d53
@ -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*/ )
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user