Update Kokkos library in LAMMPS to v3.7.0
This commit is contained in:
@ -156,12 +156,6 @@ struct CustomLessThanComparator {
|
||||
return a < b;
|
||||
}
|
||||
|
||||
KOKKOS_INLINE_FUNCTION
|
||||
bool operator()(const volatile ValueType1& a,
|
||||
const volatile ValueType1& b) const {
|
||||
return a < b;
|
||||
}
|
||||
|
||||
KOKKOS_INLINE_FUNCTION
|
||||
CustomLessThanComparator() {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user