Corretto segno produzione componenti

git-svn-id: svn://10.65.10.50/trunk@4874 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
augusto 1997-07-22 07:46:23 +00:00
parent 8572375520
commit b05e696a65

View File

@ -81,7 +81,7 @@ bool TMask_tabmag::sumsign_handler(TMask_field& f, KEY k)
ss-=f.mask().get_int(F_SGNACQ)+f.mask().get_int(F_SGNENTR);
ss+=f.mask().get_int(F_SGNVEN)+f.mask().get_int(F_SGNUSC);
ss+=f.mask().get_int(F_SGNACL)-f.mask().get_int(F_SGNINCL);
ss+=f.mask().get_int(F_SGNPRODF)+f.mask().get_int(F_SGNPRODC);
ss+=f.mask().get_int(F_SGNPRODF)-f.mask().get_int(F_SGNPRODC);
ss+=f.mask().get_int(F_SGNSCAR);
f.mask().set(F_SUMSIGN,long(ss));
if (ss!=0)