Added default Scatter constructor (for building manually)

release/4.3a0
Richard Roberts 2013-03-21 18:58:01 +00:00
parent 9ea7b02aca
commit 777a2eb037
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ namespace gtsam {
};
class Scatter : public FastMap<Index, SlotEntry> {
public:
Scatter() {}
Scatter(const FactorGraph<GaussianFactor>& gfg);
};