tmp update
This commit is contained in:
3
tin.h
3
tin.h
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user