Oddio. Ho corretto gli errori stratosferici segnalati da quella

.......!!@@""???  . Mio dio che casino (eheheh).


git-svn-id: svn://10.65.10.50/trunk@3134 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-07-02 16:56:58 +00:00
parent 81779021d0
commit e1718555ea

View File

@ -1032,7 +1032,7 @@ void Visliq_app::recalc_next_liq(int start_month, TSheet_field* sl, TSheet_field
int sr5 = (_lim->get_real("R5")).sign();
real r0abs = abs(_lim->get_real("R0"));
real r5abs = abs(_lim->get_real("R0"));
real r5abs = abs(_lim->get_real("R5"));
t.add(r0abs.string(),1);
t.add(sr0 == 0 ? "" : (sr0 > 0 ? "D" : "C"), 2);
t.add((_lim->get_real("R1")).string(),3);