Fixed small issue with ambiguous function

release/4.3a0
Alex Cunningham 2013-08-07 19:58:58 +00:00
parent 410d8773eb
commit 4d357fd639
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ TEST( TestVector, weightedPseudoinverse_constraint )
// verify // verify
EXPECT(assert_equal(expected,actual)); EXPECT(assert_equal(expected,actual));
EXPECT(isinf(precision)); EXPECT(std::isinf(precision));
} }
/* ************************************************************************* */ /* ************************************************************************* */