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

@@ -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;
}
}