Fixed formatting
parent
6fc208b8d2
commit
bcae38554c
|
|
@ -33,7 +33,9 @@ namespace gtsam {
|
||||||
template<typename Calibration>
|
template<typename Calibration>
|
||||||
class GTSAM_EXPORT PinholeBaseK: public PinholeBase {
|
class GTSAM_EXPORT PinholeBaseK: public PinholeBase {
|
||||||
|
|
||||||
GTSAM_CONCEPT_MANIFOLD_TYPE(Calibration)
|
private:
|
||||||
|
|
||||||
|
GTSAM_CONCEPT_MANIFOLD_TYPE(Calibration);
|
||||||
|
|
||||||
// Get dimensions of calibration type at compile time
|
// Get dimensions of calibration type at compile time
|
||||||
static const int DimK = FixedDimension<Calibration>::value;
|
static const int DimK = FixedDimension<Calibration>::value;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue