Parent Directory
|
Revision Log
|
Patch
revision 13 by wilde, Thu Jan 13 12:18:08 2005 UTC | revision 14 by wilde, Thu Jan 13 12:29:19 2005 UTC | |
---|---|---|
# | Line 490 class LST: | Line 490 class LST: |
490 | self._MRE4() | self._MRE4() |
491 | self._MLSTJAHR() | self._MLSTJAHR() |
492 | self._LST2 = self._ST * 100 | self._LST2 = self._ST * 100 |
493 | self.STV = (self._LST2 - self.LST1) * 5 | self.STV = (self._LST2 - self._LST1) * 5 |
494 | self._LST3 -= self._LST1 | self._LST3 -= self._LST1 |
495 | if self._LST3 < self.STV: | if self._LST3 < self.STV: |
496 | self.STV = self._LST3 | self.STV = self._LST3 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |