mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Fix the build breakage caused by the last commit.
Change-Id: I0145c7008e8272f4b7f3ce9134dd3e7128d9059a
This commit is contained in:
@@ -260,7 +260,7 @@ class DynamicTwoParameterBlockFunctor {
|
||||
};
|
||||
|
||||
// Check that AutoDiff(Functor1) == AutoDiff(CostToFunctor(AutoDiff(Functor1)))
|
||||
#define TEST_BODY(NAME) \
|
||||
#define TEST_BODY(Functor1) \
|
||||
TEST(CostFunctionToFunctor, Functor1) { \
|
||||
typedef AutoDiffCostFunction<Functor1, 2, PARAMETER_BLOCK_SIZES> \
|
||||
CostFunction1; \
|
||||
|
||||
Reference in New Issue
Block a user