Skip to content

Commit 225e395

Browse files
committed
🚨 cpp-linter
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent 0337dc0 commit 225e395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_exact.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ TEST_F(ExactTest, Test) {
542542
const CouplingMap cm = {{1, 0}, {2, 0}, {2, 1}, {4, 2}, {3, 2}, {3, 4}};
543543
arch.loadCouplingMap(5, cm);
544544

545-
arch.printCouplingMap(cm, std::cout);
545+
Architecture::printCouplingMap(cm, std::cout);
546546

547547
qc = qc::QuantumComputation(4);
548548
qc.x(0, 1_pc);

0 commit comments

Comments
 (0)