This commit is contained in:
Ruipeng Li 2020-05-19 00:16:19 -07:00
parent d632e6a8a1
commit 5cebc9383f

View File

@ -8,6 +8,8 @@
#include "_hypre_parcsr_ls.h"
#include "aux_interp.h"
#if defined(HYPRE_USING_CUDA)
#define MAX_C_CONNECTIONS 100
#define HAVE_COMMON_C 1
@ -939,3 +941,5 @@ void compute_twiaff_w( HYPRE_Int nr_of_rows,
}
}
#endif