Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 26, 2024
1 parent 3029fd0 commit fc56f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hdf5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ void writeReturnData(
int_buffer[i] = static_cast<int>(rdata.pscale[i]);
createAndWriteInt1DDataset(file, hdf5Location + "/pscale", int_buffer);
}

writeLogItemsToHDF5(file, rdata.messages, hdf5Location + "/messages");
// crashes on macos?
//writeLogItemsToHDF5(file, rdata.messages, hdf5Location + "/messages");

writeReturnDataDiagnosis(rdata, file, hdf5Location + "/diagnosis");
}
Expand Down

0 comments on commit fc56f0c

Please sign in to comment.