Disabled two examples until timing fixed
parent
76a1ae0102
commit
0f079b70f2
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue