freepooma-devel
[Top][All Lists]
Advanced

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

RFA: delete_test1 Modifications


From: Jeffrey Oldham
Subject: RFA: delete_test1 Modifications
Date: Wed, 23 May 2001 17:33:02 -0700
User-agent: Mutt/1.2.5i

OK to commit?

Compiling src/Utilities/tests/delete_test1.cpp showed that the vector
type `Array_t' was declared to store doubles but actually stored
integers.  Also, a call to std::memmove() illegally converted vector
iterators to pointers.  The alternative call to std::copy() is instead
used.

2001 May 23  Jeffrey D. Oldham  <address@hidden>

        * delete_test1.cpp (Array_t): s/vector<double>/vector<int>/
        (delete_shiftup_test2): Remove "optimization" call to memmove.

Tested on       sequential Linux using gcc 3.0 by compiling the program
Approved by     ???you???

Thanks,
Jeffrey D. Oldham
address@hidden

Attachment: delete_test1.cpp.patch
Description: Text document


reply via email to

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