Skip to content

Commit a6f122d

Browse files
authored
Update grt_static_greenfn.c
1 parent f5ac38b commit a6f122d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygrt/C_extension/src/static/grt_static_greenfn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ static void getopt_from_command(GRT_MODULE_CTRL *Ctrl, int argc, char **argv){
233233
Ctrl->K.k0 = GRT_GREENFN_K_K0;
234234

235235
int opt;
236-
while ((opt = getopt(argc, argv, ":M:D:L:K:X:Y:V:Seh")) != -1) {
236+
while ((opt = getopt(argc, argv, ":M:D:L:K:X:Y:Seh")) != -1) {
237237
switch (opt) {
238238
// 模型路径,其中每行分别为
239239
// 厚度(km) Vp(km/s) Vs(km/s) Rho(g/cm^3) Qp Qs

0 commit comments

Comments
 (0)