Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pygrt/C_extension/src/lamb/grt_lamb1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down