Skip to content

Commit

Permalink
use more realistic current in text/bubbleshiftpos.mx3
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenMulkers committed Aug 6, 2018
1 parent 5184a8b commit 71c3b72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/bubbleshiftpos.mx3
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ ext_bubbleMz = -1.0
ext_centerbubble()

Xi=0.2
j=vector(5e12*cos(2*pi*1e9*t),5e12*sin(2*pi*1e9*t),0)
j=vector(5e12,2e12,0)

run(2e-10)
TOL:=1e-11
expectv("position", ext_bubblepos.average(), vector(-7.202214431762697e-08,-8.216819381713864e-08,0), TOL)
run(1e-10)
TOL:=1e-10
expectv("position", ext_bubblepos.average(), vector(-5.20721817016602e-08,-4.185146331787111e-08,0), TOL)

0 comments on commit 71c3b72

Please sign in to comment.