Remove long-disabled code.

This commit is contained in:
Bård Skaflestad 2012-05-21 15:27:19 +02:00
parent dea3741c1b
commit 0b19ec6370

View File

@ -86,15 +86,10 @@ make_upwind_graph(int nc ,
if ( theflux < 0)
{
// ja[p++] = f;
ja[p++] = work[f];
}
}
ia[i+1] = p;
// std::sort(ja + ia[i], ja + ia[i+1], SortByAbsFlux(flux));
// for (j = ia[i]; j < ia[i+1]; ++j) {
// ja[j] = work[ja[j]];
// }
}
}