Skip to content

Commit

Permalink
bugfix: typo in specfem3d executable check
Browse files Browse the repository at this point in the history
  • Loading branch information
bch0w committed Sep 13, 2022
1 parent 6da4f97 commit cd5bbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seisflows/solver/specfem3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, source_prefix="CMTSOLUTION", **kwargs):
# Overwriting the base class parameters
self._acceptable_source_prefixes = ["CMTSOLUTION", "FORCESOLUTION"]
self._required_binaries = ["xspecfem3D", "xmeshfem3D",
"xgenerate_databases" "xcombine_sem",
"xgenerate_databases", "xcombine_sem",
"xsmooth_sem"]

def data_wildcard(self, comp="?"):
Expand Down

0 comments on commit cd5bbea

Please sign in to comment.