tmp update

This commit is contained in:
张壹 2022-05-31 17:12:45 +08:00
parent ec0510a1cd
commit 25340d60f4

View File

@ -468,7 +468,6 @@ void FMM_2D_TRIANGLE::CalculateSolution()
local_update(nodes_ptr_[i]);
}
gctl::heap_sort<vertex*> time_sorter;
//marching forward and updating the close nodes set
while (!nodes_ptr_.empty())
{