From 6a81e0f86a6a1465373bcb4b22019106f9956b5f Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 11 Jul 2018 11:07:52 +0200 Subject: [PATCH] Remove TODO --- src/H5Writer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/H5Writer.cpp b/src/H5Writer.cpp index ed91d6c..eb60c41 100644 --- a/src/H5Writer.cpp +++ b/src/H5Writer.cpp @@ -132,8 +132,6 @@ void H5Writer::write_data(const string& dataset_name, const size_t data_index, c void H5Writer::create_dataset(const string& dataset_name, const vector& data_shape, const string& data_type, const string& endianness) { - // TODO: Create folder if it does not exist. - // Number of dimensions in each data point. const size_t data_rank = data_shape.size(); // The +1 dimension is to account for the sequence of data points (time).