Minor changes to 7-1 7-2 and purcell2

This commit is contained in:
2021-08-18 19:35:30 -07:00
parent 8d02141211
commit 9957d24ed2
3 changed files with 23 additions and 23 deletions

View File

@@ -65,8 +65,8 @@
var dth = .01;
var tg = 0;
var theta = 0;
var mInit = -100;
var m = -100;
var mInit = 0;
var m = 0;
var xPos = 0;
var yPos = 0;
var xSlider = document.getElementById("xSlider");