summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-13 21:39:36 +0000
committerKarl Berry <karl@freefriends.org>2019-07-13 21:39:36 +0000
commit8e8c05aa6d6db2c28633a8924de4a0b941b52030 (patch)
treeed7cecc6f4771974edc2e2e0fd76c60597e99dab /Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
parentac24b25f17ff492d41266a15f5c9aa894ffd74d7 (diff)
circuitikz (13jul19)
git-svn-id: svn://tug.org/texlive/trunk@51634 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex')
-rw-r--r--Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex b/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
index 7c7dccb2f27..c6fe8bfdb29 100644
--- a/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
+++ b/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
@@ -286,11 +286,11 @@
\pgfpathclose
\pgfusepath{clip}
% ...and build the waves as clipped circles
- \c@pgf@counta=8\pgf@circ@res@other=0.5\pgf@circ@res@step
+ \pgf@circ@count@a=8\pgf@circ@res@other=0.5\pgf@circ@res@step
\pgfmathloop%
- \ifnum\c@pgf@counta>2
- \pgfpathcircle{\pgfpoint{0pt}{\pgf@circ@res@step}}{\the\c@pgf@counta*\pgf@circ@res@other}
- \advance\c@pgf@counta-1\relax%
+ \ifnum\pgf@circ@count@a>2
+ \pgfpathcircle{\pgfpoint{0pt}{\pgf@circ@res@step}}{\the\pgf@circ@count@a*\pgf@circ@res@other}
+ \advance\pgf@circ@count@a-1\relax%
\repeatpgfmathloop
\pgfusepath{draw}
\endpgfscope