typo fix
parent
e9abd5c57e
commit
9a356f102e
|
@ -83,7 +83,7 @@ class GTSAM_EXPORT TableDistribution : public DiscreteConditional {
|
||||||
/**
|
/**
|
||||||
* Construct from DiscreteKey and std::string.
|
* Construct from DiscreteKey and std::string.
|
||||||
*/
|
*/
|
||||||
TableDistribution(const DiscreteKeys& key, const std::string& potentials);
|
TableDistribution(const DiscreteKeys& keys, const std::string& potentials);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct from single DiscreteKey and std::string.
|
* Construct from single DiscreteKey and std::string.
|
||||||
|
|
Loading…
Reference in New Issue