diff options
author | Simon Rochester <simon.rochester@gmail.com> | 2011-12-23 01:12:42 -0800 |
---|---|---|
committer | Simon Rochester <simon.rochester@gmail.com> | 2011-12-23 01:12:42 -0800 |
commit | 459e1e61c10670304debc40b8f47b0328b43b398 (patch) | |
tree | c6dbdf6e62eccb1160982cfc5b3eca4e30842c56 /xmds2 | |
parent | 819049d98b7ffadaef740606b2a6c281bb30caf1 (diff) | |
parent | b5d658006b2256a2783c0ee2c4c289ac085d9841 (diff) | |
download | Nresonances-459e1e61c10670304debc40b8f47b0328b43b398.tar.gz Nresonances-459e1e61c10670304debc40b8f47b0328b43b398.zip |
Merge branch 'master' of qo.physics.wm.edu:Nresonances
Diffstat (limited to 'xmds2')
-rw-r--r-- | xmds2/Nlevels_with_doppler_with_z_4wm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile b/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile index 2e90c33..be62cb8 100644 --- a/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile +++ b/xmds2/Nlevels_with_doppler_with_z_4wm/Makefile @@ -22,7 +22,7 @@ all: $(M_FILES) mv $(patsubst %.xmds,%,$<) $@ %.xsil: %.run - ./$< + ./$< --E1o=0 --E3o=0 %.m: %.xsil $(XSIL2GRAPHICS) $< |