From 7b7d8e064143be54b09024b869fddaea1ac91d7a Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@c-s.fr> Date: Tue, 22 Jul 2008 07:33:37 +0000 Subject: [PATCH] Correction bug #122 --- Code/Common/otbStreamingTraits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Common/otbStreamingTraits.h b/Code/Common/otbStreamingTraits.h index a3953e8eae..e8c167daa1 100644 --- a/Code/Common/otbStreamingTraits.h +++ b/Code/Common/otbStreamingTraits.h @@ -107,7 +107,7 @@ public: * \param mode the streaming mode, * \param numberOfStreamDivision the number of stream division if streaming mode is SET_NUMBER_OF_STREAM_DIVISIONS, * \param bufferMemorySize the buffer memory size in bytes if streaming mode is SET_BUFFER_MEMORY_SIZE, - * \param bufferNumberOfLinesDivisions the buffer number of lines division if the streaming mode is SET_AUTOMATIC_NUMBER_OF_STREAM_DIVISIONS. + * \param bufferNumberOfLinesDivisions the buffer number of lines division if the streaming mode is SET_BUFFER_NUMBER_OF_LINES. * \return The number of streaming divisions. */ static unsigned long CalculateNumberOfStreamDivisions(const TImage * image, -- GitLab