We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305bbf6 commit 88a20dbCopy full SHA for 88a20db
source/source_psi/psi.cpp
@@ -301,7 +301,7 @@ const int* Psi<T, Device>::get_ngk_pointer() const
301
}
302
303
template <typename T, typename Device>
304
-const int& Psi<T, Device>::get_psi_bias() const
+const size_t& Psi<T, Device>::get_psi_bias() const
305
{
306
return this->psi_bias;
307
source/source_psi/psi.h
@@ -130,7 +130,7 @@ class Psi
130
const Device* get_device() const;
131
132
// return psi_bias
133
- const int& get_psi_bias() const;
+ const size_t& get_psi_bias() const;
134
135
const int& get_current_ngk() const;
136
0 commit comments