Skip to content

Commit

Permalink
Rename TableInfo::getTableLocId() -> TableInfo::getLocId()
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Oct 30, 2020
1 parent 8f440da commit 3e0d847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h5pp/include/h5pp/details/h5ppFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 3e0d847

Please sign in to comment.