summaryrefslogtreecommitdiffstats
path: root/src/misc/vec/vecFan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/vec/vecFan.h')
-rw-r--r--src/misc/vec/vecFan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/vec/vecFan.h b/src/misc/vec/vecFan.h
index 8698a1b7..08d1d734 100644
--- a/src/misc/vec/vecFan.h
+++ b/src/misc/vec/vecFan.h
@@ -47,8 +47,8 @@ struct Abc_Fan_t_ // 1 word
typedef struct Vec_Fan_t_ Vec_Fan_t;
struct Vec_Fan_t_
{
- int nSize;
int nCap;
+ int nSize;
Abc_Fan_t * pArray;
};