Cosmetic fixes
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <iomanip>
|
||||
|
||||
#include "FactorGraph.h"
|
||||
#include "Var.h"
|
||||
#include "Horus.h"
|
||||
|
||||
|
||||
@@ -25,8 +24,8 @@ class GroundSolver
|
||||
|
||||
void printAllPosterioris (void);
|
||||
|
||||
Params getJointByConditioning (GroundSolverType,
|
||||
FactorGraph, const VarIds& jointVarIds) const;
|
||||
static Params getJointByConditioning (GroundSolverType,
|
||||
FactorGraph, const VarIds& jointVarIds);
|
||||
|
||||
protected:
|
||||
const FactorGraph& fg;
|
||||
|
Reference in New Issue
Block a user