Unverified Commit a766b6a9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

make sure numbers for atoms outside the compute group are zero

parent 9aea4e50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ void ComputeHexOrderAtom::compute_peratom()
      }
      qn[0] = usum/nnn;
      qn[1] = vsum/nnn;
    }
    } else qn[0] = qn[1] = 0.0;
  }
}