Skip to content

Commit e847ce0

Browse files
author
dyzheng
committed
fix: type of psi_bias
1 parent 88a20db commit e847ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_psi/psi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class Psi
156156
// current pointer for getting the psi
157157
mutable T* psi_current = nullptr;
158158
// psi_current = psi + psi_bias;
159-
mutable int psi_bias = 0;
159+
mutable size_t psi_bias = 0;
160160

161161
const int* ngk = nullptr;
162162

0 commit comments

Comments
 (0)