Look for #if 0 blocks

Issue #52 new
Richard Roberts created an issue

No description provided.

Comments (4)

  1. Chris Beall

    I removed one in Matrix.cpp. Apart from a few in gtsam_unstable, there are these entirely disabled tests:

    testGaussianFactorGraphB.cpp
    testGaussianJunctionTreeB.cpp
    testOccupancyGrid.cpp
    testSerializationSLAM.cpp   -- disabled because it takes forever
    testSubgraphPreconditioner.cpp
    testSubgraphSolver.cpp
    

    Aren't the first two obsolete because of testGaussianFactorGraphUnordered.cpp, etc.? @richardroberts

    OccupancyGrid should probably go to unstable if it's unused/broken? What is the status of the Subgraph stuff? @ydjian

  2. Log in to comment