Skip to content

Commit 2ef0a4c

Browse files
committed
just add the comment for the resolved
1 parent 4c485ed commit 2ef0a4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Simulator/Recorders/Hdf5Recorder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Hdf5Recorder::Hdf5Recorder()
3030
// Initialize the logger for file operations
3131
fileLogger_ = log4cplus::Logger::getInstance(LOG4CPLUS_TEXT("file"));
3232

33+
// Initialize the HDF5 file object to nullptr
34+
// This is the HDF5 file (H5File) object.
3335
resultOut_ = nullptr;
3436
}
3537

0 commit comments

Comments
 (0)