|
From: blackh <gra...@li...> - 2002-01-06 01:21:38
|
blackh Sat Jan 5 17:21:37 2002 EDT
Modified files:
/grapevine/raisen/grapevine vector.xml
Log:
Bug fix.
Index: grapevine/raisen/grapevine/vector.xml
diff -u grapevine/raisen/grapevine/vector.xml:1.4 grapevine/raisen/grapevine/vector.xml:1.5
--- grapevine/raisen/grapevine/vector.xml:1.4 Sat Jan 5 17:15:37 2002
+++ grapevine/raisen/grapevine/vector.xml Sat Jan 5 17:21:37 2002
@@ -11,7 +11,7 @@
...
-->
<grapevine>
- <grapevine.vector author1="Stephen Blackheath" rev="$Id: vector.xml,v 1.4 2002/01/06 01:15:37 blackh Exp $">
+ <grapevine.vector author1="Stephen Blackheath" rev="$Id: vector.xml,v 1.5 2002/01/06 01:21:37 blackh Exp $">
<rules>
<!-- Format of various facts
@@ -53,7 +53,7 @@
value =
shiftLeft(
shiftRight(vector, startBit) & (shiftLeft(1, bits)-1),
- 160-bits)
+ lengthBits-bits)
),
<!-- Can't use fire here, because we need to have the results
of two splits in memory at the same time.
|