File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88#include " rcx/array1.h"
99#include " rcx/extRCap.h"
1010#include " rcx/extSpef.h"
11+ #include " rcx/ext_options.h"
1112#include " utl/Logger.h"
1213
1314using odb::dbBlock;
Original file line number Diff line number Diff line change @@ -1813,12 +1813,12 @@ void extMain::makeBlockRCsegs()
18131813
18141814 if ((_processCornerTable != nullptr )
18151815 || ((_processCornerTable == nullptr ) && (rules_file_path_ != nullptr ))) {
1816- const char * rulesfile = rules_file_path_
1817- ? rules_file_path_
1818- : _prevControl->_ruleFileName .c_str ();
1816+ const char * rules_file_path = rules_file_path_
1817+ ? rules_file_path_
1818+ : _prevControl->_ruleFileName .c_str ();
18191819
18201820 // Reading model file
1821- if (!setCorners (rulesfile )) {
1821+ if (!setCorners (rules_file_path )) {
18221822 logger_->info (RCX , 128 , " skipping Extraction ..." );
18231823 return ;
18241824 }
You can’t perform that action at this time.
0 commit comments