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