added some comments that the current code is only for serial running.

This commit is contained in:
Kai Bao 2015-06-02 15:14:22 +02:00
parent 4f44c33c58
commit 1032f11d3d

View File

@ -154,6 +154,8 @@ namespace Opm
std::vector<double>& wells_perf_length)
{
// TODO, the function does not work for parallel running
// to be fixed later.
int number_of_cells = Opm::UgGridHelpers::numCells(grid);
const int* global_cell = Opm::UgGridHelpers::globalCell(grid);
const int* cart_dims = Opm::UgGridHelpers::cartDims(grid);