ajack       2004/04/10 18:28:49

  Modified:    python/gump/results resulter.py
  Log:
  Tweak #5 to tweaks...
  
  Revision  Changes    Path
  1.20      +2 -1      gump/python/gump/results/resulter.py
  
  Index: resulter.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/results/resulter.py,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- resulter.py       10 Apr 2004 23:09:29 -0000      1.19
  +++ resulter.py       11 Apr 2004 01:28:49 -0000      1.20
  @@ -49,7 +49,8 @@
           for result in self.values():
               statePair=result.getStatePair()            
               if lastPair:
  -                self.differeces=(lastPair <> statePair)                
  +                if lastPair <> statePair:
  +                    self.differeces=1
               lastPair=statePair
               
           self.calculated=1
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to