added reorder to documentation, added flag to master binary and hdf5 file
CMake / Configure and build using cmake (push) Failing after 11s

This commit is contained in:
2025-03-19 11:51:28 +01:00
parent c54b1cb6af
commit b7e17d1320
8 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -1807,7 +1807,7 @@ int ClientInterface::set_dbit_reorder(Interface &socket) {
throw RuntimeError("Invalid dbit reorder: " + std::to_string(arg));
}
verifyIdle(socket);
LOG(logDEBUG1) << "Setting Dbit offset: " << arg;
LOG(logDEBUG1) << "Setting Dbit reorder: " << arg;
impl()->setDbitReorder(arg);
return socket.Send(OK);
}