Reorganized data so ijk are the first three indexes in the receiving Octave arrays.

Fixed a typo
p4#: 21708
This commit is contained in:
Magne Sjaastad
2013-05-24 08:48:36 +02:00
parent f556171bec
commit e5b1921bdf
13 changed files with 186 additions and 123 deletions

View File

@@ -36,7 +36,7 @@ void getMainGridDimensions(int32NDArray& gridDimensions, const QString &hostName
{
if (!socket.waitForReadyRead(Timeout))
{
error((("Wating for header: ") + socket.errorString()).toLatin1().data());
error((("Waiting for header: ") + socket.errorString()).toLatin1().data());
return;
}
}