Template:Team:Paris Saclay/simbox
From 2013.igem.org
(Difference between revisions)
Line 42: | Line 42: | ||
this.reac_order= new Array(); | this.reac_order= new Array(); | ||
this.running= false; | this.running= false; | ||
- | this.refresh_run_time= | + | this.refresh_run_time= 50; |
- | this.refresh_interval= | + | this.refresh_interval= 50; |
this.timeout= null; | this.timeout= null; | ||
this.curtime= 0.0; | this.curtime= 0.0; | ||
Line 337: | Line 337: | ||
var entier= Math.floor(proba); | var entier= Math.floor(proba); | ||
var frac= proba - entier; | var frac= proba - entier; | ||
- | |||
for(var elt in reac.precomp_molusage) | for(var elt in reac.precomp_molusage) |
Revision as of 11:49, 3 August 2013