Fixed compile error in testNoiseModel

release/4.3a0
Alex Cunningham 2010-01-20 01:05:18 +00:00
parent b47438a86c
commit ff83a7b18e
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ TEST(NoiseModel, SmartCovariance )
/* ************************************************************************* */
TEST(NoiseModel, ScalarOrVector )
{
bool smart = true;
sharedGaussian expected = Unit::Create(3);
sharedGaussian actual = Gaussian::Covariance(eye(3), smart);
CHECK(assert_equal(*expected,*actual));