diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/example/resistcircuit.mp')
-rw-r--r-- | Master/texmf-dist/doc/metapost/featpost/example/resistcircuit.mp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/example/resistcircuit.mp b/Master/texmf-dist/doc/metapost/featpost/example/resistcircuit.mp index bc4eebce84a..8b44ffd25f9 100644 --- a/Master/texmf-dist/doc/metapost/featpost/example/resistcircuit.mp +++ b/Master/texmf-dist/doc/metapost/featpost/example/resistcircuit.mp @@ -4,6 +4,8 @@ input featpost3Dplus2D; +prologues := 1; + beginfig(1); boolean kind[]; numeric largmolas, lengmolas, numolas, numturns, u, i, fraction, stepx; |