From b458c22e5421f4d0fd23cdf14c072d132a820937 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 24 Sep 2010 15:25:26 +1000 Subject: Added GetRange method to SplitVector as fast way to retrieve elements. --- src/CellBuffer.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/CellBuffer.cxx') diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index 064ef1a2a..de1605837 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -351,10 +351,7 @@ void CellBuffer::GetCharRange(char *buffer, int position, int lengthRetrieve) co lengthRetrieve, substance.Length()); return; } - - for (int i=0; i