mirror of
https://github.com/OPM/ResInsight.git
synced 2026-07-30 08:18:15 -05:00
Reorganized data so ijk are the first three indexes in the receiving Octave arrays.
Fixed a typo p4#: 21708
This commit is contained in:
@@ -37,7 +37,7 @@ void getSelectedCases(std::vector<qint64>& caseIds, std::vector<QString>& caseNa
|
||||
{
|
||||
if (!socket.waitForReadyRead(timeout))
|
||||
{
|
||||
error((("Wating for header: ") + socket.errorString()).toLatin1().data());
|
||||
error((("Waiting for header: ") + socket.errorString()).toLatin1().data());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user