From: W. Trevor King Date: Thu, 3 May 2012 13:18:36 +0000 (-0400) Subject: Default switchSPST type should be open in Circ.asy. X-Git-Url: http://git.tremily.us/?p=course.git;a=commitdiff_plain;h=a9e337f5d8034f1b02944f60e34733f0499856da Default switchSPST type should be open in Circ.asy. --- diff --git a/asymptote/Circ.asy b/asymptote/Circ.asy index 078ea9c..9d202bb 100644 --- a/asymptote/Circ.asy +++ b/asymptote/Circ.asy @@ -456,7 +456,7 @@ path[] _switch_lines(pair terminal_offset[], real theta) /* `switch' is a Asymptote keyword (or it should be), so append SPST * for Single Pole Single Throw. */ -MultiTerminal switchSPST(pair beg=(0,0), real dir=0, int type=closed, +MultiTerminal switchSPST(pair beg=(0,0), real dir=0, int type=open, Label label="", Label value="", bool draw=true) { path pLine[] = {};