src/EditRecipeTab2.cpp

changeset 142
1caa15a0eefc
parent 139
f947c6988e91
child 148
ba25a566b100
equal deleted inserted replaced
141:eea8a9e7e1f6 142:1caa15a0eefc
311 } 311 }
312 qDebug() << " SVG" << svg; 312 qDebug() << " SVG" << svg;
313 } 313 }
314 if (svg == 0) 314 if (svg == 0)
315 svg = 77.0; 315 svg = 77.0;
316 ui->est_svgEdit->setValue(svg);
316 317
317 double fg; 318 double fg;
318 if (mashkg > 0 && mashinfuse > 0 && mashtime > 0 && mashtemp > 0) 319 if (mashkg > 0 && mashinfuse > 0 && mashtime > 0 && mashtemp > 0)
319 fg = Utils::estimate_fg(psugar, pcara, mashinfuse / mashkg, mashtime, mashtemp, svg, og); 320 fg = Utils::estimate_fg(psugar, pcara, mashinfuse / mashkg, mashtime, mashtemp, svg, og);
320 else 321 else

mercurial