summaryrefslogtreecommitdiff
path: root/hadamard_pt.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-12-11 19:48:52 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-12-11 19:48:52 -0500
commit17d0c94edd1a4a60816bc22966fd7e462155172e (patch)
tree635863d6491de15c85ede37257036b39b30270c9 /hadamard_pt.hpp
parent782148c25b456a6549e8b35bcf9710c7afe22425 (diff)
downloadcode-17d0c94edd1a4a60816bc22966fd7e462155172e.tar.gz
code-17d0c94edd1a4a60816bc22966fd7e462155172e.tar.bz2
code-17d0c94edd1a4a60816bc22966fd7e462155172e.zip
ran clang-format
Diffstat (limited to 'hadamard_pt.hpp')
-rw-r--r--hadamard_pt.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/hadamard_pt.hpp b/hadamard_pt.hpp
index 0b32908..dad635f 100644
--- a/hadamard_pt.hpp
+++ b/hadamard_pt.hpp
@@ -29,8 +29,7 @@ public:
ParallelMeasurement& B;
std::vector<Measurement*>& As;
- PT(std::list<range> ranges, unsigned n, ParallelMeasurement& B,
- std::vector<Measurement*>& As)
+ PT(std::list<range> ranges, unsigned n, ParallelMeasurement& B, std::vector<Measurement*>& As)
: B(B), As(As) {
unsigned count = 0;
for (range r : ranges) {