mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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:
@@ -39,7 +39,7 @@ void getTimeStepDates( std::vector<double>& decimalDays,
|
||||
{
|
||||
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