Skip to content

Commit 658a959

Browse files
Merge pull request #468 from geodynamics/baagaard/fix-strikeslip-2d-dist
Add missing files for examples/strikeslip-2d.
2 parents 790614a + fd426bb commit 658a959

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

examples/strikeslip-2d/Makefile.am

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
# ----------------------------------------------------------------------
1717

1818
dist_noinst_PYTHON = \
19-
generate_gmsh.py
20-
19+
generate_gmsh.py \
20+
generate_gpsstations.py \
21+
invert_slip.py
2122

2223
dist_noinst_DATA = \
2324
README.md \
@@ -33,9 +34,17 @@ dist_noinst_DATA = \
3334
step01_slip.cfg \
3435
step02_slip_velbc.cfg \
3536
step03_multislip_velbc.cfg \
37+
step04_varslip.cfg \
38+
step05_greensfns.cfg \
3639
disprate_bc_xneg.spatialdb \
3740
disprate_bc_xpos.spatialdb \
38-
viz/plot_dispwarp.py
41+
gps_stations.txt \
42+
slip_impulses.spatialdb \
43+
slip_variable.spatialdb \
44+
viz/plot_dispwarp.py \
45+
viz/plot_dispstations.py \
46+
viz/plot_inversion_results.py \
47+
viz/plot_mesh.py
3948

4049

4150
# End of file

0 commit comments

Comments
 (0)