diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-12-06 22:24:31 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-12-06 22:24:31 -0500 |
commit | 342a20e313310bfd971817939ef4630cf34e3162 (patch) | |
tree | a6c044a17832f3559c7a4724d10df2f2ae256abb /xmds2/Nlevels_with_doppler_with_z_4wm/Makefile | |
parent | c49e89ff4246a49efb8c0e381dfa0cebfd143b84 (diff) | |
download | Nresonances-342a20e313310bfd971817939ef4630cf34e3162.tar.gz Nresonances-342a20e313310bfd971817939ef4630cf34e3162.zip |
Default case now is only one field E2 for better Doppler debuging
Diffstat (limited to 'xmds2/Nlevels_with_doppler_with_z_4wm/Makefile')
-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) $< |