Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'figs/cn.fig/Makefile')
-rw-r--r--figs/cn.fig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/figs/cn.fig/Makefile b/figs/cn.fig/Makefile
index e9c4fa7..cc0f383 100644
--- a/figs/cn.fig/Makefile
+++ b/figs/cn.fig/Makefile
@@ -1,4 +1,4 @@
-PROJECTNAME=cn cn_short
+PROJECTNAME=cn
PHOTOCOMP_PATH=
@@ -14,9 +14,9 @@ $(PDFS): $(DATS)
pdflatex -jobname $(basename $@) -file-line-error $(patsubst %.pdf, %.tikz.tex, $@)
mc.dat:
- $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;J=30;E=15e9" mc > $@
+ $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=1;J=30;E=15e9" mc > $@
cn.dat:
- $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=3;E=15e9;x=0;bmin_cn=-1000;bmax_cn=1000;nx_cn=16000" cn > $@
+ $(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=1;E=15e9;x=0;bmin_cn=-1000;bmax_cn=1000;nx_cn=16000" cn > $@
mc_short.dat:
$(PHOTOCOMP_PATH)photocomp -p "V=10;EF=4.5;omega=1.55;n_periods=0.0005;J=10;E=15e9" mc > $@