remove comments.

This commit is contained in:
Liu Ming 2016-01-21 14:04:01 +08:00
parent dd9b607c99
commit ce0ec1e466

View File

@ -668,7 +668,6 @@ namespace Opm{
const UnstructuredGrid& grid)
{
const int nc = Opm::UgGridHelpers::numCells(grid);
//std::vector<int> compressedToCartesianIdx(nc);
const auto& global_cell = Opm::UgGridHelpers::globalCell(grid);
const auto dims = Opm::UgGridHelpers::cartDims(grid);
const auto& compressedToCartesianIdx = Opm::compressedToCartesian(nc, global_cell);