mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-14 14:23:08 +05:00
GetTable
This commit is contained in:
parent
c0080ae62e
commit
f87aefbcc9
@ -1124,7 +1124,7 @@ namespace ngcore
|
|||||||
else
|
else
|
||||||
return { 0, nullptr };
|
return { 0, nullptr };
|
||||||
}
|
}
|
||||||
auto & Table() { return table; }
|
auto & GetTable() { return table; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -7104,7 +7104,7 @@ namespace netgen
|
|||||||
|
|
||||||
auto compressed_table = creator.MoveTable();
|
auto compressed_table = creator.MoveTable();
|
||||||
|
|
||||||
for (auto row : compressed_table.Table())
|
for (auto row : compressed_table.GetTable())
|
||||||
QuickSort (row);
|
QuickSort (row);
|
||||||
|
|
||||||
return compressed_table;
|
return compressed_table;
|
||||||
|
Loading…
Reference in New Issue
Block a user