Skip to content

Commit 6ae3b2a

Browse files
committed
fix
1 parent 58833bb commit 6ae3b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/geometry/CPhysicalGeometry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4776,7 +4776,7 @@ void CPhysicalGeometry::SetRCM_Ordering(CConfig *config) {
47764776

47774777
/*--- Add the node in the first free position. ---*/
47784778

4779-
Result.push_back(AddPoint);
4779+
Queue.push(AddPoint);
47804780
inQueue[AddPoint] = true;
47814781

47824782
/*--- Loop until reorganize all the nodes ---*/

0 commit comments

Comments
 (0)