diff --git a/h5pp/include/h5pp/details/h5ppFile.h b/h5pp/include/h5pp/details/h5ppFile.h index 68e01cb4..f658731b 100644 --- a/h5pp/include/h5pp/details/h5ppFile.h +++ b/h5pp/include/h5pp/details/h5ppFile.h @@ -766,7 +766,7 @@ namespace h5pp { options.compression = compressionLevel; auto tableInfo = h5pp::scan::getTableInfo(openFileHandle(), options, tableTitle, plists); h5pp::hdf5::createTable(tableInfo, plists); - h5pp::scan::fillTableInfo(tableInfo, tableInfo.getTableLocId(), options, plists); + h5pp::scan::fillTableInfo(tableInfo, tableInfo.getLocId(), options, plists); return tableInfo; }