Disabled two examples until timing fixed

release/4.3a0
Frank Dellaert 2012-06-06 04:29:14 +00:00
parent 76a1ae0102
commit 0f079b70f2
3 changed files with 4 additions and 2 deletions

View File

@ -27,8 +27,8 @@ add_dependencies(check.unstable check.discrete_unstable)
# List examples to build - comment out here to exclude from compilation
set(discrete_unstable_examples
schedulingExample
schedulingQuals12
#schedulingExample
#schedulingQuals12
)
if (GTSAM_BUILD_EXAMPLES)

View File

@ -8,6 +8,7 @@
//#define ENABLE_TIMING
#define ADD_NO_CACHING
#define ADD_NO_PRUNING
#define ENABLE_OLD_TIMING
#include <gtsam_unstable/discrete/Scheduler.h>
#include <gtsam/base/debug.h>
#include <gtsam/base/timing.h>

View File

@ -8,6 +8,7 @@
#define ENABLE_TIMING
#define ADD_NO_CACHING
#define ADD_NO_PRUNING
#define ENABLE_OLD_TIMING
#include <gtsam_unstable/discrete/Scheduler.h>
#include <gtsam/base/debug.h>
#include <gtsam/base/timing.h>