diff options
Diffstat (limited to 'src/map/scl/sclLib.h')
-rw-r--r-- | src/map/scl/sclLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/scl/sclLib.h b/src/map/scl/sclLib.h index a087f124..08433f8f 100644 --- a/src/map/scl/sclLib.h +++ b/src/map/scl/sclLib.h @@ -166,6 +166,7 @@ struct SC_Cell_ { char * pName; int Id; + int fSkip; // skip this cell during genlib computation int seq; // -- set to TRUE by parser if a sequential element int unsupp; // -- set to TRUE by parser if cell contains information we cannot handle float area; |