Skip to content

Commit

Permalink
Difference to trigger CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 21, 2023
1 parent 58a2fed commit 5c0acd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/read_write_vector_dataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace HighFive;

const std::string file_name("dataset_integer.h5");
const std::string dataset_name("dset");
const size_t size_dataset = 20;
const size_t size_dataset = 21;

// create a dataset 1D from a vector of string
void write_dataset() {
Expand Down

0 comments on commit 5c0acd2

Please sign in to comment.