From 9e688bb34ad0326fbbfb964d54f22960bfa6b7b7 Mon Sep 17 00:00:00 2001 From: Dengda98 Date: Sun, 16 Nov 2025 21:31:29 +0800 Subject: [PATCH] DOC: update help message of `lamb1` module --- pygrt/C_extension/src/lamb/grt_lamb1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygrt/C_extension/src/lamb/grt_lamb1.c b/pygrt/C_extension/src/lamb/grt_lamb1.c index be3615cf..a49c8465 100644 --- a/pygrt/C_extension/src/lamb/grt_lamb1.c +++ b/pygrt/C_extension/src/lamb/grt_lamb1.c @@ -55,7 +55,7 @@ static void free_Ctrl(GRT_MODULE_CTRL *Ctrl){ static void print_help(){ printf("\n" "[grt lamb1] %s\n\n", GRT_VERSION);printf( -" Compute the Lamb problem of the first-kind \n" +" Compute the exact closed-form solution for the first-kind Lamb problem\n" " (both the source and receiver are on the surface).\n" "\n" "\n\n"