Small initialization change to par_rap.c to keep VS from complaining

This commit is contained in:
Rob Falgout 2016-03-18 10:36:26 -07:00
parent 6fd2bc1eeb
commit 34a69027c8

View File

@ -269,8 +269,8 @@ hypre_BoomerAMGBuildCoarseOperatorKT( hypre_ParCSRMatrix *RT,
HYPRE_Int *RT_partitioning = hypre_ParCSRMatrixColStarts(RT);
hypre_ParCSRMatrix *RAP;
HYPRE_Int *col_map_offd_RAP;
HYPRE_Int *new_col_map_offd_RAP;
HYPRE_Int *col_map_offd_RAP = NULL;
HYPRE_Int *new_col_map_offd_RAP = NULL;
hypre_CSRMatrix *RAP_int = NULL;