JeffersonLab / qphix

QCD for Intel Xeon Phi and Xeon processors
http://jeffersonlab.github.io/qphix/
Other
13 stars 11 forks source link

Put codegen code into a separate namespace to help Doxygen #78

Open martin-ueding opened 7 years ago

martin-ueding commented 7 years ago

Doxygen stumbles across functions that have the same name in the main and codegen code parts. Having separate namespaces should help here.