Commit 2f857c6e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct fix neigh/history/omp to properly support -DLAMMPS_BIGBIG compilation

parent d029cb90
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -540,8 +540,8 @@ void FixNeighHistoryOMP::post_neighbor()
    int *allflags;
    double *allvalues;

    MyPage <tagint> &ipg = ipage_atom[tid];
    MyPage <double> &dpg = dpage_atom[tid];
    MyPage <int> &ipg = ipage_neigh[tid];
    MyPage <double> &dpg = dpage_neigh[tid];
    ipg.reset();
    dpg.reset();