Update function pointer name

This commit is contained in:
Ryan S. Elliott
2018-10-01 22:01:12 -05:00
parent f61f43a56b
commit b9d12f0aa0

View File

@ -735,7 +735,7 @@ void PairKIM::kim_init()
kimerror = pargs->SetCallbackPointer(
KIM::COMPUTE_CALLBACK_NAME::GetNeighborList,
KIM::LANGUAGE_NAME::cpp,
reinterpret_cast<KIM::func *>(get_neigh),
reinterpret_cast<KIM::Function *>(get_neigh),
reinterpret_cast<void *>(this));
if (kimerror)