Well pipe size now is based on min characteristic I, J cell size

p4#: 20628
This commit is contained in:
Jacob Støren
2013-02-26 14:08:30 +01:00
parent dc02b1ae91
commit ad082254af
4 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ public:
void setGridIndex(size_t index) { m_gridIndex = index; }
size_t gridIndex() { return m_gridIndex; }
double characteristicCellSize();
double characteristicIJCellSize();
std::string gridName() const;
void setGridName(const std::string& gridName);