Skip to content

Commit a4a1513

Browse files
authored
DOC: update help message of lamb1 module (#123)
1 parent be8007a commit a4a1513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygrt/C_extension/src/lamb/grt_lamb1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static void free_Ctrl(GRT_MODULE_CTRL *Ctrl){
5555
static void print_help(){
5656
printf("\n"
5757
"[grt lamb1] %s\n\n", GRT_VERSION);printf(
58-
" Compute the Lamb problem of the first-kind \n"
58+
" Compute the exact closed-form solution for the first-kind Lamb problem\n"
5959
" (both the source and receiver are on the surface).\n"
6060
"\n"
6161
"\n\n"

0 commit comments

Comments
 (0)