From e5b959e4d98dd82bd36642b86b024a28bb9f3927 Mon Sep 17 00:00:00 2001 From: WoodLewis <631431929@qq.com> Date: Tue, 16 Jul 2024 11:33:44 +0800 Subject: [PATCH] Update meteor-engine.c fix bug of wrong arg numbers --- tools/meteor-engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/meteor-engine.c b/tools/meteor-engine.c index 287593ab..6216a588 100644 --- a/tools/meteor-engine.c +++ b/tools/meteor-engine.c @@ -976,7 +976,7 @@ static int vet_data(struct meteor_working_data_s *s) scanf("%*[^\n]"); getchar(); - printf("Pushing band edges right\n", (s->which_way == rr) ? "right" : "left"); + printf("Pushing band edges %s\n", (s->which_way == rr) ? "right" : "left"); printf("Constraint numbers: "); for (i = 0; i < s->num_pushed; i++)