Removed unused test file - linear containers to appear in MastSLAM

release/4.3a0
Alex Cunningham 2012-07-06 14:48:25 +00:00
parent f24002816d
commit 1abf81052f
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
/**
* @file testLinearContainerFactors.cpp
*
* @brief Tests the use of nonlinear containers for simple integration of linear factors into nonlinear graphs
*
* @date Jun 7, 2012
* @author Alex Cunningham
*/
#include <CppUnitLite/TestHarness.h>
/* ************************************************************************* */
TEST( testLinearContainerFactors, jacobian_factor ) {
// LinearContainerFactor actualLinFactor();
}
/* ************************************************************************* */
int main() { TestResult tr; return TestRegistry::runAllTests(tr); }
/* ************************************************************************* */