r95: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 13 Jun 2000 17:56:27 +0000 (17:56 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 13 Jun 2000 17:56:27 +0000 (17:56 +0000)
ChangeLog

index c255cc0d36b0c46e2bdd515f7393ab2c6d40b553..06691391e8a309a1afc95288dd0e8f34173cd676 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
    Improved Integer backprojection method
        Fixed nearest neighbor to be truly nearest neighbor
        Made linear interpolation more integer arithmetic -> speed improvement
+   Finished converting all C files to C++
+   Converted all use of malloc/free to C++ new/delete
+   Began object-oriented conversion of Phantom and Projection structures
        
 0.6.0-b2 - 6/8/2000
    Converted MPI data structures to C++ object