Commented out temporarily-unused variable in back-substitution

release/4.3a0
Richard Roberts 2013-08-01 21:57:58 +00:00
parent 4ea9fda03b
commit f1162c3263
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace gtsam {
/* ************************************************************************* */ /* ************************************************************************* */
struct OptimizeData { struct OptimizeData {
boost::optional<OptimizeData&> parentData; boost::optional<OptimizeData&> parentData;
VectorValues ancestorResults; //VectorValues ancestorResults;
//VectorValues results; //VectorValues results;
}; };