Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a93103fb authored by hhakim's avatar hhakim
Browse files

Fix test_palm4MSAFFT.cpp.

It closes issue #135.
parent b84f435b
Branches
Tags 3.37.3
No related merge requests found
......@@ -165,7 +165,7 @@ int main()
cout << "relative difference between init_D and D (must be small but not zero)" << endl;
Faust::MatDense<FPP,Cpu> diff_D = init_D;
diff_D -= palm2.get_D();
diff_D -= Faust::MatDense<FPP,Cpu>(palm2.get_D());
cout << diff_D.norm()/init_D.norm() << endl;
cout << "res. D.norm(): " << palm2.get_D().norm() << endl;
cout << "Faust::Transform result approximating U:" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment