Skip to content

Commit 17e14f3

Browse files
committed
PR fixes
Signed-off-by: Osama <osama21@aucegypt.edu>
1 parent 3da0ee3 commit 17e14f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/drt/src/pa/FlexPA_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void FlexPA::initAllSkipInstTerm()
157157
void FlexPA::initSkipInstTerm(UniqueClass* unique_class)
158158
{
159159
for (const auto& term : unique_class->getMaster()->getTerms()) {
160-
bool skip = true;
160+
bool skip = true;
161161
for (const auto& inst : unique_class->getInsts()) {
162162
auto inst_term = inst->getInstTerm(term->getIndexInOwner());
163163
skip = isSkipInstTermLocal(inst_term);

src/drt/src/pa/FlexPA_unique.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct UniqueClassKey
2828
frInst* ndr_inst{nullptr};
2929

3030
UniqueClassKey(frMaster* master_in,
31-
dbOrientType orient_in,
31+
const dbOrientType& orient_in,
3232
std::vector<frCoord> offsets_in,
3333
frInst* ndr_inst_in = nullptr)
3434
: master(master_in),

0 commit comments

Comments
 (0)