diff --git a/src/KIM/pair_kim.cpp b/src/KIM/pair_kim.cpp index e209cb1202..eca3f6f1d7 100644 --- a/src/KIM/pair_kim.cpp +++ b/src/KIM/pair_kim.cpp @@ -735,7 +735,7 @@ void PairKIM::kim_init() kimerror = pargs->SetCallbackPointer( KIM::COMPUTE_CALLBACK_NAME::GetNeighborList, KIM::LANGUAGE_NAME::cpp, - reinterpret_cast(get_neigh), + reinterpret_cast(get_neigh), reinterpret_cast(this)); if (kimerror)