Removed comments to really fix Lu's issue

This commit is contained in:
Ulrike Yang 2016-02-12 07:55:50 -08:00
parent 084b4f97c7
commit 7586c02332

View File

@ -1142,7 +1142,7 @@ hypre_BoomerAMGSetup( void *amg_vdata,
if (AN) hypre_ParCSRMatrixDestroy(AN);
hypre_TFree(CF_marker);
hypre_TFree(coarse_pnts_global);
/*if (level > 0)*/
if (level > 0)
{
hypre_ParVectorDestroy(F_array[level]);
hypre_ParVectorDestroy(U_array[level]);