Skip to content
Snippets Groups Projects

Fix strange merge from hello_wolf to master

Merged Joan Solà Ortega requested to merge hello_wolf_fix into master
2 files
+ 27
20
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -110,7 +110,7 @@ void CeresManager::computeCovariances(const CovarianceBlocksToBeComputed _blocks
for (auto sb : fr_ptr->getStateBlockVec())
if (sb)
for(auto sb2 : fr_ptr->getStateBlockVec())
if (sb)
if (sb2)
{
state_block_pairs.emplace_back(sb, sb2);
double_pairs.emplace_back(getAssociatedMemBlockPtr(sb), getAssociatedMemBlockPtr(sb2));
Loading