Corretto errore segnalato da Cinzia

git-svn-id: svn://10.65.10.50/trunk@2573 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1996-02-06 16:06:09 +00:00
parent 4c3dd0470e
commit d0f8dbf2cc

View File

@ -572,7 +572,8 @@ bool Visliq_app::vis_one(int m)
body.add(get_firm());
body.add("V"); // visualizzazione: no ff alla fine, zeri stampati
body.add("");
body.add(f);
body.add(f);
body.add('X');
TMessage msg("cg4 -2 -S", "RCL", body);
msg.send();
@ -832,7 +833,7 @@ void Visliq_app::recalc_liq_data(TViswin* vsw, real& rimb, real& rett, real& ver
if (risul != ris)
{
#ifdef DBG
yesnofatal_box("Ostia vacca! Risultato non coincidente! Porco iddio?");
yesnofatal_box("Ostia vacca! Risultato non coincidente!");
#endif
_lim->put("B0", "X");
}