tmp update

This commit is contained in:
2021-09-21 22:25:16 +08:00
parent 1573c9bfcb
commit 2a20834ae0
5 changed files with 11698 additions and 11435 deletions

3
tin.h
View File

@@ -289,7 +289,8 @@ void dem2tin(const std::vector<double> &dem, double xmin, double xmax, double ym
std::vector<edge> cnst_edge;
std::vector<edge>::iterator e_iter;
while (dem_grid[0]->err >= maxi_err) // quit til the threshold is meet
//while (dem_grid[0]->err >= maxi_err) // quit til the threshold is meet
for (int q = 0; q < 28; q++)
{
if (err_records != nullptr)
{