diff options
author | Ian Jauslin <ian@jauslin.org> | 2020-08-05 02:10:15 -0400 |
---|---|---|
committer | Ian Jauslin <ian@jauslin.org> | 2020-08-05 02:10:15 -0400 |
commit | a5a98b541f816d41f213790eda9d0fa8054e7716 (patch) | |
tree | ac6d8ed3b9531470b4d078a47e3fcb348845282f /figs/cn.fig/Makefile | |
parent | 372628e8602e724a5cd0a6e211179255f4b75adb (diff) |
Through rewrite, almost from scratch, with a new emphasis on positive x.
Diffstat (limited to 'figs/cn.fig/Makefile')
-rw-r--r-- | figs/cn.fig/Makefile | 6 |
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 > $@ |