diff options
Diffstat (limited to 'Master/texmf-dist/dvips/pst-magneticfield')
-rw-r--r-- | Master/texmf-dist/dvips/pst-magneticfield/pst-magneticfield.pro | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/dvips/pst-magneticfield/pst-magneticfield.pro b/Master/texmf-dist/dvips/pst-magneticfield/pst-magneticfield.pro index fdd24b8217c..1d3cab3a66f 100644 --- a/Master/texmf-dist/dvips/pst-magneticfield/pst-magneticfield.pro +++ b/Master/texmf-dist/dvips/pst-magneticfield/pst-magneticfield.pro @@ -1,4 +1,4 @@ -%% $Id: pst-magneticfield.pro 339 2010-06-07 20:50:23Z herbert $ +%% $Id: pst-magneticfield.pro 346 2010-06-11 06:12:08Z herbert $ %% %% This is file `pst-magneticfield.pro', %% @@ -16,7 +16,7 @@ %% DESCRIPTION: %% `pst-magneticfield' is a PSTricks package to draw fields of Helmholtz coils %% -%% version 0.01 / 2010-06-07 Herbert Voss <hvoss _at_ tug.org> +%% version 0.02 / 2010-06-11 Herbert Voss <hvoss _at_ tug.org> %% % /tx@MFieldDict 60 dict def @@ -29,13 +29,17 @@ tx@MFieldDict begin gsave x2 y2 moveto y2 y1 sub x2 x1 sub atan rotate % 1 1 scale - -1 CLW mul 2 CLW mul rlineto - 7 CLW mul -2 CLW mul rlineto - -7 CLW mul -2 CLW mul rlineto +% -1 CLW mul 2 CLW mul rlineto +% 7 CLW mul -2 CLW mul rlineto +% -7 CLW mul -2 CLW mul rlineto + 1 CLW mul 2 CLW mul rlineto + -7 CLW mul -2 CLW mul rlineto + 7 CLW mul -2 CLW mul rlineto closepath fill grestore } def +% /Calcul_B_Spires { /Bx 0 def /By 0 def |