mirror of
https://github.com/OPM/ResInsight.git
synced 2026-07-30 08:18:15 -05:00
Do not use deprecated Octave functions
https://github.com/OPM/ResInsight/commit/b5ad0b9170f14b1c0f90c9e9292c93fabc744e35 p4#: 21106
This commit is contained in:
@@ -51,7 +51,7 @@ void getMainGridDimensions(int32NDArray& gridDimensions, const QString &hostName
|
||||
socketStream >> jCount;
|
||||
socketStream >> kCount;
|
||||
|
||||
dim_vector dv (1);
|
||||
dim_vector dv (1, 1);
|
||||
dv(0) = 3;
|
||||
|
||||
gridDimensions.resize(dv);
|
||||
|
||||
Reference in New Issue
Block a user