diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-08-05 21:15:12 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-08-05 21:15:12 -0400 |
commit | de6530d03dcff6302510bdc19fdb04fdc0572ae1 (patch) | |
tree | 4172ad649231dc2abd892dd61423fe8c50e01113 /makefile | |
parent | fc8d1b9c4678dbc5370641f6f7a75e29e6a82b04 (diff) | |
download | paper-de6530d03dcff6302510bdc19fdb04fdc0572ae1.tar.gz paper-de6530d03dcff6302510bdc19fdb04fdc0572ae1.tar.bz2 paper-de6530d03dcff6302510bdc19fdb04fdc0572ae1.zip |
added new plot, made many changes
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ DOC=essential-ising -FIGS=fig-susmag +FIGS=fig-susmag fig-series DATA=data_square-4096 -FUNCS=fig-mag_scaling-func fig-sus_scaling-func +FUNCS=fig-mag_scaling-func fig-sus_scaling-func fig-series-data all: ${DOC}.pdf |