summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/circuitikz/pgfcircmonopoles.tex
diff options
context:
space:
mode:
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