[pktools] 129/375: include path lasclasses for FileReaderLas.h

Bas Couwenberg sebastic at xs4all.nl
Wed Dec 3 21:54:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch upstream-master
in repository pktools.

commit 13d3ec4f708d4d62854331cd6830b2d33756a7ab
Author: Pieter Kempeneers <kempenep at gmail.com>
Date:   Fri Sep 13 09:20:22 2013 +0200

    include path lasclasses for FileReaderLas.h
---
 ChangeLog             | 2 ++
 src/apps/pklas2img.cc | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 1745593..d6d6bb8 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -126,3 +126,5 @@ version 2.4.2
 	new methods for scrambling and shifting images
  - pkstatogr
 	make histogram more similar to pkstat with support of relative option
+ - pklas2img
+	correct for wrong include path for FileReaderLas.h (lasclasses instead of fileclasses)
diff --git a/src/apps/pklas2img.cc b/src/apps/pklas2img.cc
index 85abf15..2a8c68c 100644
--- a/src/apps/pklas2img.cc
+++ b/src/apps/pklas2img.cc
@@ -22,7 +22,7 @@ along with pktools.  If not, see <http://www.gnu.org/licenses/>.
 #include "imageclasses/ImgReaderGdal.h"
 #include "imageclasses/ImgWriterGdal.h"
 #include "imageclasses/ImgReaderOgr.h"
-#include "fileclasses/FileReaderLas.h"
+#include "lasclasses/FileReaderLas.h"
 #include "algorithms/StatFactory.h"
 #include "algorithms/Filter2d.h"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list