1
0
Fork 0

Revert "Fixed output bug in terrafit"

This reverts commit b7f834290624ab7df7d3df00e81a9fea4933a7fc.
This commit is contained in:
Ralf Gerlich 2007-12-20 18:59:37 +01:00
parent 50e591df63
commit 21824171fd

View file

@ -180,8 +180,6 @@ void fit_file(const std::string& path) {
return; return;
} }
gzprintf(fp,"%d\n",mesh->pointCount());
for (int x=0;x<DEM->width;x++) { for (int x=0;x<DEM->width;x++) {
for (int y=0;y<DEM->height;y++) { for (int y=0;y<DEM->height;y++) {
if (mesh->is_used(x,y) != DATA_POINT_USED) if (mesh->is_used(x,y) != DATA_POINT_USED)