From: miha-q <> Date: Thu, 21 Mar 2024 13:00:51 +0000 (-0400) Subject: Thu Mar 21 09:00:51 AM EDT 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=3f038b2d017a41a9c7f6ba14e1779f3d7d3033b3;p=QAnsel.git Thu Mar 21 09:00:51 AM EDT 2024 --- diff --git a/src/context.c b/src/context.c index 04503bc..59a8c08 100644 --- a/src/context.c +++ b/src/context.c @@ -109,4 +109,4 @@ int qanselContextEnd(QAnselContext* ctx) if (ctx->random_file != NULL) fclose(ctx->random_file); if (ctx->optimization_level & QANSEL_MODE_METAL) cpx_mtx_clean(); return 1; -} \ No newline at end of file +} diff --git a/src/display.c b/src/display.c index b0519b6..c533b52 100644 --- a/src/display.c +++ b/src/display.c @@ -158,4 +158,4 @@ int display(cpx_mtx_t* stateVector, uint8_t qubitCount, int delay) fprintf(stderr, "QAnsel: Graphical display was not enabled during compilation.\n"); return 0; } -#endif \ No newline at end of file +#endif diff --git a/src/main.c b/src/main.c index 8b83e54..18b1177 100644 --- a/src/main.c +++ b/src/main.c @@ -77,4 +77,4 @@ int main(int argc, char** argv) } qanselContextEnd(&ctx); return 0; -} \ No newline at end of file +} diff --git a/src/main.h b/src/main.h index 3b3c9ea..402c172 100644 --- a/src/main.h +++ b/src/main.h @@ -2,6 +2,7 @@ #define __MAIN_H__ #include +#include #include "context.h" #include "openqasm.h"