Skip to content

Commit adeef2e

Browse files
committed
#2209: location: fix compile bug
1 parent 5c50e61 commit adeef2e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/vt/topos/location/location.impl.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,9 @@ void EntityLocationCoord<EntityID>::registerEntity(
131131
id, home, migrated
132132
);
133133

134-
proxy_[home].template send<&ThisType::updateLocation>(
135-
MsgProps().asLocationMsg(), id, this_node, home
136-
);
137-
}
134+
proxy_[home].template send<&ThisType::updateLocation>(
135+
MsgProps().asLocationMsg(), id, this_node, home
136+
);
138137
}
139138
}
140139

0 commit comments

Comments
 (0)