libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/cvd image_io.h


From: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/cvd image_io.h
Date: Fri, 09 Jun 2006 16:12:49 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      06/06/09 16:12:49

Modified files:
        cvd            : image_io.h 

Log message:
        fixed a typo(?)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/image_io.h?cvsroot=libcvd&r1=1.28&r2=1.29

Patches:
Index: image_io.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/image_io.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- image_io.h  5 Jun 2006 22:37:11 -0000       1.28
+++ image_io.h  9 Jun 2006 16:12:49 -0000       1.29
@@ -210,7 +210,7 @@
 
        template<class PixelType> void img_save(const BasicImage<PixelType>& 
im, const std::string& name)
        {
-           img_save(im, name, name, ImageType::Automatic);
+           img_save(im, name, ImageType::Automatic);
        }
 
        
////////////////////////////////////////////////////////////////////////////////




reply via email to

[Prev in Thread] Current Thread [Next in Thread]