Commit cc9839dc authored by gbalduzz's avatar gbalduzz
Browse files

fixed bug in magnetic_cluster_moment summation.

parent de330d64
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -986,6 +986,7 @@ void TpEqualTimeAccumulator<parameters_type, MOMS_type>::sumTo(
  other.G_r_t_accumulated += G_r_t_accumulated;
  other.G_r_t_accumulated_squared += G_r_t_accumulated_squared;
  other.charge_cluster_moment += charge_cluster_moment;
  other.magnetic_cluster_moment += magnetic_cluster_moment;
  other.dwave_pp_correlator += dwave_pp_correlator;
  other.GFLOP += GFLOP;
}