Merge remote-tracking branch 'github/develop' into collected_small_fixes

This commit is contained in:
Axel Kohlmeyer
2023-08-03 21:01:08 -04:00
1345 changed files with 56394 additions and 87131 deletions

View File

@ -43,7 +43,7 @@ MLIAPModelPythonKokkos<DeviceType>::MLIAPModelPythonKokkos(LAMMPS *lmp, char *co
MLIAPModelPython(lmp,coefffilename,true),
MLIAPModelKokkos<DeviceType>(lmp, this)
{
if (!std::is_same<DeviceType,LMPDeviceType>::value )
if (!std::is_same_v<DeviceType,LMPDeviceType> )
MLIAPModelKokkos<DeviceType>::error->all(FLERR, "MLIAP Kokkos version of the python interface is ONLY available on device");
model_loaded = 0;