Mentions légales du service

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

Minor change in the MEG factorization C++ test (changing a preprocessor directive).

parent cf7ed28c
Branches
Tags
No related merge requests found
......@@ -122,7 +122,7 @@ int main(int argc, const char** argv)
params.Display();
#ifndef USE_GPU_MOD
#if defined(ON_CPU)
// the 2016 impl. is not GPU2 ready
if(impl == 2016 || argc < 2)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment