JeffersonLab / qphix

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

Face packers take “int isPlus” argument #51

Closed martin-ueding closed 7 years ago

martin-ueding commented 7 years ago

The face packers take an int isPlus argument that has the values 0 or 1. Its only occurrence within the functions is if (isPlus). That is a C style bool that should be converted to a proper C++ bool in order to get more type safety.

Fixed in: