diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2007-01-27 08:01:00 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2007-01-27 08:01:00 -0800 |
commit | 12578e622f62bde4cfc1d3b055aa8747e5c9590b (patch) | |
tree | a8658a14de42ec0737976e2f3039850728e0bca3 /src/opt/res/resInt.h | |
parent | 1c26e2d29768c64315447969f137e3bf9ffa7dac (diff) | |
download | abc-12578e622f62bde4cfc1d3b055aa8747e5c9590b.tar.gz abc-12578e622f62bde4cfc1d3b055aa8747e5c9590b.tar.bz2 abc-12578e622f62bde4cfc1d3b055aa8747e5c9590b.zip |
Version abc70127
Diffstat (limited to 'src/opt/res/resInt.h')
-rw-r--r-- | src/opt/res/resInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/res/resInt.h b/src/opt/res/resInt.h index f5c64f8e..54251722 100644 --- a/src/opt/res/resInt.h +++ b/src/opt/res/resInt.h @@ -48,6 +48,7 @@ struct Res_Win_t_ int nLevLeaves; // the level where leaves begin int nLevDivMax; // the maximum divisor level int nDivsPlus; // the number of additional divisors + int nLeavesPlus;// the number of additional leaves Abc_Obj_t * pNode; // the node in the center // the window data Vec_Vec_t * vLevels; // nodes by level |