| 81 | } |
| 82 | |
| 83 | void test2() |
| 84 | { |
| 85 | Lookupff l( NanFunctor(), 0.0f, 1.0f, 50 ); |
| 86 | l.init( LinearFunctor(), 0.0f, 1.0f, 25 ); |
| 87 | |
| 88 | BOOST_CHECK( fabs( 1.0f - l( 1.0f ) ) < 0.00001f ); |
| 89 | } |
| 90 | |
| 91 | }; |
| 92 |
nothing calls this directly
no test coverage detected