fix the ADD and EQUALS grid property modifiers

This commit is contained in:
Andreas Lauser
2014-06-03 17:45:55 +02:00
parent c7429dbb23
commit 7c53febf57
9 changed files with 133 additions and 80 deletions

View File

@@ -301,7 +301,7 @@ namespace Opm {
}
void EclipseGrid::exportACTNUM( std::vector<int>& actnum) const {
int volume = getNX() * getNY() * getNZ();
size_t volume = getNX() * getNY() * getNZ();
if (getNumActive() == volume)
actnum.resize(0);
else {