Skip to content

Commit

Permalink
change internal ID type back to unsigned 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Sep 25, 2024
1 parent 6f9d807 commit 27baf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qlever-petrimaps/Misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef PETRIMAPS_MISC_H_
#define PETRIMAPS_MISC_H_

#define ID_TYPE size_t
#define ID_TYPE uint32_t
#define QLEVER_ID_TYPE size_t

const static ID_TYPE I_OFFSET = 500000000;
Expand Down

0 comments on commit 27baf90

Please sign in to comment.