www/js/prod_edit.js

changeset 586
ed4f22cfb135
parent 577
b4bfed3684d0
child 602
10b61aacb1c1
equal deleted inserted replaced
585:fa6e702d0d24 586:ed4f22cfb135
2371 // if (dataRecord.est_og > 1.076) 2371 // if (dataRecord.est_og > 1.076)
2372 // pitchrate = 1.25; // Wyeast labs. http://www.wyeastlab.com/hb_pitchrates.cfm 2372 // pitchrate = 1.25; // Wyeast labs. http://www.wyeastlab.com/hb_pitchrates.cfm
2373 if (row.y_type == 0) // lager yeast 2373 if (row.y_type == 0) // lager yeast
2374 pitchrate *= 2; 2374 pitchrate *= 2;
2375 if (row.y_type == 6) // Kveik 2375 if (row.y_type == 6) // Kveik
2376 pitchrate = 0.25; // Who knows. 2376 pitchrate /= 10; // http://suigenerisbrewing.com/index.php/2019/08/28/drying-kveik-the-grand-finale/
2377 // pitchrate = 0.25; // Who knows.
2377 2378
2378 // if (row.y_form == 1) { // dry yeast 2379 // if (row.y_form == 1) { // dry yeast
2379 // } else { // possible starter needed 2380 // } else { // possible starter needed
2380 // } 2381 // }
2381 } 2382 }

mercurial