Added skeleton of interpolation using ADBs as input

This commit is contained in:
André R. Brodtkorb
2015-08-10 08:50:25 +02:00
committed by babrodtk
parent 7b0132b110
commit 0e3b951cd0
6 changed files with 594 additions and 380 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ BOOST_AUTO_TEST_CASE(Integration)
#endif
BOOST_CHECK_SMALL(max_d, 0.0005);
BOOST_CHECK_SMALL(sad, 0.1);
BOOST_CHECK_SMALL(sad, 0.00001);
}