JeffersonLab / qphix

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

Markup README and remove build artifacts #20

Closed martin-ueding closed 7 years ago

martin-ueding commented 7 years ago

I have used Markdown to make the README file more readable. Also I have removed some build artifacts that can easily be generated using autoreconf or aclocal.

Then I have also moved the #include of a header file from the cc into the h file such that the header file would have all the types that it needs, the header should be stand-alone.

If you don't like any of the commits, I can rebase them out and do a new pull request.