From da65e88e3b346bcd70198b980e918ea9f1e11b4e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 22 Jun 2015 23:04:59 -0700 Subject: Version abc90804 committer: Baruch Sterin --- src/map/amap/amapInt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/amap/amapInt.h') diff --git a/src/map/amap/amapInt.h b/src/map/amap/amapInt.h index dec7e799..d6d5d68b 100644 --- a/src/map/amap/amapInt.h +++ b/src/map/amap/amapInt.h @@ -200,8 +200,8 @@ struct Amap_Obj_t_ unsigned fPhase : 1; unsigned fRepr : 1; unsigned fPolar : 1; // pCutBest->fInv ^ pSetBest->fInv - unsigned Level : 20; - unsigned nCuts : 12; + unsigned Level : 12; // 20 (July 16, 2009) + unsigned nCuts : 20; // 12 (July 16, 2009) int nRefs; int Equiv; int Fan[3]; -- cgit v1.2.3