Changed Mechanics.asy's default Vector.out_of_plane_radius -> 1mm
authorW. Trevor King <wking@drexel.edu>
Tue, 25 Aug 2009 02:12:45 +0000 (22:12 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 17 Sep 2009 16:50:35 +0000 (12:50 -0400)
asymptote/Mechanics.asy
latex/problems/Young_and_Freedman_12/problem27.39.tex
latex/problems/Young_and_Freedman_12/problem27.73.tex

index 82f8dfd3b3fc1a976fd09b0f8311c3fb1b9890a9..34360ff37b502759d823f50672ad3c87a1f6de67 100644 (file)
@@ -99,7 +99,7 @@ struct Vector {
     this.phi = phi;
     this.outline = outline;
     this.L = L;
-    this.out_of_plane_radius = 3mm;
+    this.out_of_plane_radius = 1mm;
     this.out_of_plane_tolerance = 0.01;
   }
 
index 38ffec89b2838e13421fb6813096744276c38da4..7268a975c1a77b86fc1b03bf1bc2b4797b6fe88e 100644 (file)
@@ -47,7 +47,6 @@ Bs.push(BField(cBar+(0,dBy), phi=-90, "\vect{B}"));
 Bs.push(BField(cBar+(-lBar/2,dBy), phi=-90));
 Bs.push(BField(cBar+(+lBar/2,dBy), phi=-90));
 for (i=0; i<Bs.length; i+=1) {
-  Bs[i].out_of_plane_radius = 1mm;
   Bs[i].draw();
 }
 
index 2659a667b4b4bc1356443fce30f2962e84744597..a6e118ef20fd6975b31a0483906100d790dcafc0 100644 (file)
@@ -42,7 +42,6 @@ for (i=-n; i<=n; i+=1) {
   }
 }
 for (i=0; i<Bs.length; i+=1) {
-  Bs[i].out_of_plane_radius = 1mm;
   if (abs(Bs[i].center)+Bs[i].out_of_plane_radius <= r)
     Bs[i].draw();
 }