Skip to content

Commit d57c921

Browse files
author
Zygfryd Wieszok
committed
Remove whitespace changes
1 parent 3e9ab81 commit d57c921

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gtsam/slam/slam.i

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ virtual class FrobeniusFactor : gtsam::NoiseModelFactor {
331331

332332
Vector evaluateError(const T& R1, const T& R2);
333333
};
334-
335334
template <T = {gtsam::SO3, gtsam::SO4}>
336335
virtual class FrobeniusBetweenFactor : gtsam::NoiseModelFactor {
337336
FrobeniusBetweenFactor(size_t key1, size_t key2, const T& R12);
@@ -347,4 +346,4 @@ namespace lago {
347346
gtsam::Values initialize(const gtsam::NonlinearFactorGraph& graph, const gtsam::Values& initialGuess);
348347
}
349348

350-
} // namespace gtsam
349+
} // namespace gtsam

0 commit comments

Comments
 (0)