From 6e7078daba0244c0bf94f914a8b50b257de48299 Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Wed, 14 Jan 2009 08:04:09 +0100 Subject: [PATCH] BUG: changed parameters for lidar example in order to avoid bug 74 --- Examples/IO/LidarToImageExample.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/IO/LidarToImageExample.cxx b/Examples/IO/LidarToImageExample.cxx index 06b0e66e62..0aa445c874 100644 --- a/Examples/IO/LidarToImageExample.cxx +++ b/Examples/IO/LidarToImageExample.cxx @@ -22,13 +22,13 @@ // Software Guide : BeginCommandLineArgs // INPUTS: {TO_core_last_zoom.las} // OUTPUTS: {lidar-image-4.hdr}, {lidar-image-4-pretty.png} -// 1.0 5 4 +// 1.0 3 4 // Software Guide : EndCommandLineArgs // Software Guide : BeginCommandLineArgs // INPUTS: {TO_core_last_zoom.las} // OUTPUTS: {lidar-image-8.hdr}, {lidar-image-8-pretty.png} -// 1.0 5 8 +// 1.0 3 8 // Software Guide : EndCommandLineArgs -- GitLab