Removed unused test file - linear containers to appear in MastSLAM
parent
f24002816d
commit
1abf81052f
|
@ -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); }
|
||||
/* ************************************************************************* */
|
Loading…
Reference in New Issue