fix the ADD and EQUALS grid property modifiers
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user