Commit 66806ee0 authored by gbalduzz's avatar gbalduzz
Browse files

Run the new version of clang-format.

parent c97835bd
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@
// All rights reserved.
//
// See LICENSE for terms of usage.
// See CITATION.md for citation guidelines, if DCA++ is used for scientific
// publications.
// See CITATION.md for citation guidelines, if DCA++ is used for scientific publications.
//
// Author: Peter Staar (taa@zurich.ibm.com)
//         Giovanni Balduzzi (gbalduzz@itp.phys.ethz.ch)
@@ -915,9 +914,9 @@ void TpEqualTimeAccumulator<parameters_type, MOMS_type>::sumTo(
  other.GFLOP += GFLOP;
}

}  // ctaux
}  // solver
}  // phys
}  // dca
}  // namespace ctaux
}  // namespace solver
}  // namespace phys
}  // namespace dca

#endif  // DCA_PHYS_DCA_STEP_CLUSTER_SOLVER_CTAUX_ACCUMULATOR_TP_TP_EQUAL_TIME_ACCUMULATOR_HPP
+4 −4
Original line number Diff line number Diff line
@@ -491,9 +491,9 @@ void CtauxAccumulator<device_t, Parameters, Data>::sumTo(this_type& other) {
    two_particle_accumulator_.sumTo(other.two_particle_accumulator_);
}

}  // ctaux
}  // solver
}  // phys
}  // dca
}  // namespace ctaux
}  // namespace solver
}  // namespace phys
}  // namespace dca

#endif  // DCA_PHYS_DCA_STEP_CLUSTER_SOLVER_CTAUX_CTAUX_ACCUMULATOR_HPP