From: miha-q <> Date: Mon, 12 Feb 2024 04:11:54 +0000 (-0500) Subject: Sun Feb 11 11:11:54 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=fb96723db00a68cb0dcd35fccc3840f0039aa9a1;p=QAnsel.git Sun Feb 11 11:11:54 PM EST 2024 --- diff --git a/src/QAnsel.c b/src/QAnsel.c index 907e4fd..f2a81ec 100644 --- a/src/QAnsel.c +++ b/src/QAnsel.c @@ -613,7 +613,7 @@ void process(int argc, char** argv) lineLen--; } } - + if (sscanf(lines[i], "qreg q[%i]%n", &q0, &matchedCount) == 1) { if (qubitCount == 0xFF) @@ -1220,7 +1220,6 @@ void process(int argc, char** argv) errFound = 1; break; } - printf(">%s: %i;%i<\n", lines[i], strlen(lines[i]), matchedCount); if (lineLen != matchedCount) { fprintf(stderr, "QAnsel: Invalid trailing text");