Fixed invalid assert

This commit is contained in:
Magne Sjaastad 2014-04-15 13:04:57 +02:00
parent 32bfb65a9d
commit eec2ffbecd

View File

@ -276,7 +276,7 @@ public:
}
}
CVF_ASSERT(valueIndex, cellCount);
CVF_ASSERT(valueIndex == cellCount);
RiaSocketTools::writeBlockData(server, server->currentClient(), (const char *)doubleValues.data(), blockByteCount);
}