We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25bc85 commit 0a6fc79Copy full SHA for 0a6fc79
docs/3dscript.js
@@ -307,7 +307,7 @@ function Play(){
307
jm++;
308
}
309
310
- let sn = 'Cr*: '+parseFloat(Yrmax).toFixed(2) +' mM, '+'Cs*: '+parseFloat(Ymax).toFixed(2) +'mM, '+'Tr/Ts: '+parseFloat(Tr/Ts).toFixed(2);
+ let sn = 'Cr*: '+parseFloat(Yrmax).toFixed(2) +' mM, '+'Ci*: '+parseFloat(Ymax).toFixed(2) +'mM, '+'Tr/Ts: '+parseFloat(Tr/Ts).toFixed(2);
311
//setIntTitle('Ready');
312
setIntTitle(sn);
313
render();
0 commit comments