removed unnecessary statement

This commit is contained in:
ulrikey 2002-11-19 18:44:45 +00:00
parent 21567e6f9f
commit 8dfc67f86d

View File

@ -610,14 +610,6 @@ hypre_BoomerAMGCoarsen( hypre_ParCSRMatrix *S,
j = S_diag_j[jS];
if (j < 0) j = -j-1;
if (CF_marker[j] == SF_PT)
{
if (S_diag_j[jS] > -1)
{
/* "remove" edge from S */
S_diag_j[jS] = -S_diag_j[jS]-1;
}
}
if (CF_marker[j] > 0)
{
if (S_diag_j[jS] > -1)