Browse Source

Recommended change

formula
Robert Chen 11 years ago
parent
commit
59b74b168d
  1. 2
      js/Sheen's Model - WIP/model.js

2
js/Sheen's Model - WIP/model.js

@ -215,7 +215,7 @@ UtilityFunctions = { @@ -215,7 +215,7 @@ UtilityFunctions = {
var parenthesis = []
for (var k=0; k<splitsNum; k++){
parenthesis.push(dTdr[k]*pointRadius[k])
parenthesis.push(dTdr[k]*Math.pow(pointRadius[k],2))
}
dPdr = []

Loading…
Cancel
Save