Comment fixes
parent
89c4242b3f
commit
32066ca358
|
@ -1043,7 +1043,7 @@ VectorValues optimize(const ISAM2& isam) {
|
|||
|
||||
/* ************************************************************************* */
|
||||
void optimizeInPlace(const ISAM2& isam, VectorValues& delta) {
|
||||
// We may need to update the solution calcaulations
|
||||
// We may need to update the solution calculations
|
||||
if(!isam.deltaDoglegUptodate_) {
|
||||
gttic(UpdateDoglegDeltas);
|
||||
double wildfireThreshold = 0.0;
|
||||
|
|
|
@ -586,7 +586,7 @@ public:
|
|||
VALUE calculateEstimate(Key key) const;
|
||||
|
||||
/// @name Public members for non-typical usage
|
||||
//@{
|
||||
/// @{
|
||||
|
||||
/** Internal implementation functions */
|
||||
struct Impl;
|
||||
|
@ -619,7 +619,7 @@ public:
|
|||
/** prints out clique statistics */
|
||||
GTSAM_EXPORT void printStats() const { getCliqueData().getStats().print(); }
|
||||
|
||||
//@}
|
||||
/// @}
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Reference in New Issue