Skip to content

Commit

Permalink
Remove stray ;
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jan 2, 2025
1 parent ff864f9 commit 23cbb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/hybrid/HybridGaussianProductFactor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static Y add(const Y& y1, const Y& y2) {
GaussianFactorGraph result = y1.first;
result.push_back(y2.first);
return {result, y1.second + y2.second};
};
}

/* *******************************************************************************/
HybridGaussianProductFactor operator+(const HybridGaussianProductFactor& a,
Expand Down

0 comments on commit 23cbb25

Please sign in to comment.