Skip to content

Commit 82a13fb

Browse files
committed
xxx
1 parent f4098f5 commit 82a13fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/volcartesian/volcartesian.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ std::vector<adaption::Info> VolCartesian::_updateInterfaces(bool trackAdaption)
411411

412412
// Track changes
413413
if (trackAdaption) {
414-
std::size_t adaptionInfoId = adaptionData.insert(adaption::TYPE_CREATION, adaption::ENTITY_INTERFACE, getRank());
414+
std::size_t adaptionInfoId = adaptionData.insert(adaption::TYPE_CREATION, adaption::ENTITY_INTERFACE);
415415
adaption::Info &adaptionInfo = adaptionData[adaptionInfoId];
416416
adaptionInfo.previous = std::move(createdInterfaces);
417417
}

0 commit comments

Comments
 (0)