Skip to content

Commit

Permalink
fixed bug in config integer type selection
Browse files Browse the repository at this point in the history
  • Loading branch information
muellan committed Mar 9, 2023
1 parent 72cce7f commit 4c6db91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace mc {
/********************************************************************
* @brief limits max. number of windows per target (reference sequence)
*/
#if !defined GPU_MODE && MC_WINDOW_ID_TYPE
#if !defined GPU_MODE && defined MC_WINDOW_ID_TYPE
using window_id = MC_WINDOW_ID_TYPE ;
#else
using window_id = std::uint32_t;
Expand Down

0 comments on commit 4c6db91

Please sign in to comment.