mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed invalid assert
This commit is contained in:
parent
32bfb65a9d
commit
eec2ffbecd
@ -276,7 +276,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
CVF_ASSERT(valueIndex, cellCount);
|
||||
CVF_ASSERT(valueIndex == cellCount);
|
||||
|
||||
RiaSocketTools::writeBlockData(server, server->currentClient(), (const char *)doubleValues.data(), blockByteCount);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user