Skip to content

Commit

Permalink
fix script description
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Ulrich committed May 17, 2024
1 parent 90dd823 commit 6ec830e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
from GaussianSTF import GaussianSTF, SmoothStep

parser = argparse.ArgumentParser(
description="infer spatial zoom to match fault mesh size"
description=(
"compute moment rate release from kinematic model. Assumptions: Gaussian source"
" time function, no bimaterial conditions"
)
)
parser.add_argument(
"--dt",
Expand Down

0 comments on commit 6ec830e

Please sign in to comment.