Commit ee9757b1 authored by Stan Moore's avatar Stan Moore
Browse files

Add missing copymode flag statement

parent 5de6224b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -150,6 +150,8 @@ void ComputeOrientOrderAtomKokkos<DeviceType>::compute_peratom()
    d_ncount = t_sna_1i("orientorder/atom:ncount",chunk_size);
  }

  copymode = 1;

  // insure distsq and nearest arrays are long enough

  maxneigh = 0;