Skip to content
Snippets Groups Projects
Commit 87bcc97d authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

Fix test compilation when VECCORE is not found

parent 2f3e5d04
No related branches found
No related tags found
Loading
...@@ -228,9 +228,9 @@ int main() ...@@ -228,9 +228,9 @@ int main()
} }
// #if defined(R__USE_IMT) || defined(R__HAS_VECCORE) // #if defined(R__USE_IMT) || defined(R__HAS_VECCORE)
#ifdef R__HAS_VECCORE //#ifdef R__HAS_VECCORE
auto seq = test.GetFitter().Result().MinFcnValue(); auto seq = test.GetFitter().Result().MinFcnValue();
#endif //#endif
#ifdef R__USE_IMT #ifdef R__USE_IMT
//Multithreaded //Multithreaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment