summaryrefslogtreecommitdiffstats
path: root/src/map/amap/amapInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/amap/amapInt.h')
-rw-r--r--src/map/amap/amapInt.h4
1 files changed, 2 insertions, 2 deletions
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];