Skip to content

Commit

Permalink
point2dem: Print out max valid triang error
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Aug 18, 2014
1 parent af3120f commit 8f29b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/asp/Tools/point2dem.cc
Expand Up @@ -947,6 +947,8 @@ int main( int argc, char *argv[] ) {
sw2.stop();
vw_out(DebugMessage,"asp") << "Triangulation error range estimation time: "
<< sw2.elapsed_seconds() << std::endl;
vw_out() << "Estimated max valid triangulation error: "
<< estim_max_error << std::endl;
}
}

Expand Down

0 comments on commit 8f29b2c

Please sign in to comment.