Delete trailing whitespace introduced in change-set b39f2340f248 .

This commit is contained in:
Bård Skaflestad 2012-05-09 20:15:10 +02:00
parent 1672ae8c29
commit 3ab9390921

View File

@ -295,7 +295,7 @@ namespace Opm
// Defaulted KZ2. Use bottom layer. // Defaulted KZ2. Use bottom layer.
kz2 = cpgdim[2] - 1; kz2 = cpgdim[2] - 1;
} }
for (int kz = kz1; kz <= kz2; ++kz) { for (int kz = kz1; kz <= kz2; ++kz) {
int cart_grid_indx = ix + cpgdim[0]*(jy + cpgdim[1]*kz); int cart_grid_indx = ix + cpgdim[0]*(jy + cpgdim[1]*kz);
std::map<int, int>::const_iterator cgit = std::map<int, int>::const_iterator cgit =