From a9e337f5d8034f1b02944f60e34733f0499856da Mon Sep 17 00:00:00 2001
From: "W. Trevor King" <wking@tremily.us>
Date: Thu, 3 May 2012 09:18:36 -0400
Subject: [PATCH] Default switchSPST type should be open in Circ.asy.

---
 asymptote/Circ.asy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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[] = {};
-- 
2.26.2