Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv2594
Modified Files:
Tag: simdata
Pack.h
Log Message:
no message
Index: Pack.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Attic/Pack.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Pack.h 20 Jan 2003 05:53:12 -0000 1.1.2.2
--- Pack.h 20 Jan 2003 18:28:37 -0000 1.1.2.3
***************
*** 191,195 ****
int x;
unpack(x);
! y = (bool) x;
}
void unpack(hasht& y) {
--- 191,195 ----
int x;
unpack(x);
! y = (x != 0);
}
void unpack(hasht& y) {
|