Skip to content

Commit

Permalink
Add missing files for examples/strikeslip-2d.
Browse files Browse the repository at this point in the history
  • Loading branch information
baagaard-usgs committed Jun 9, 2022
1 parent 790614a commit fd426bb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions examples/strikeslip-2d/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
# ----------------------------------------------------------------------

dist_noinst_PYTHON = \
generate_gmsh.py

generate_gmsh.py \
generate_gpsstations.py \
invert_slip.py

dist_noinst_DATA = \
README.md \
Expand All @@ -33,9 +34,17 @@ dist_noinst_DATA = \
step01_slip.cfg \
step02_slip_velbc.cfg \
step03_multislip_velbc.cfg \
step04_varslip.cfg \
step05_greensfns.cfg \
disprate_bc_xneg.spatialdb \
disprate_bc_xpos.spatialdb \
viz/plot_dispwarp.py
gps_stations.txt \
slip_impulses.spatialdb \
slip_variable.spatialdb \
viz/plot_dispwarp.py \
viz/plot_dispstations.py \
viz/plot_inversion_results.py \
viz/plot_mesh.py


# End of file

0 comments on commit fd426bb

Please sign in to comment.