Commit b9d12f0a authored by Ryan S. Elliott's avatar Ryan S. Elliott
Browse files

Update function pointer name

parent f61f43a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)