JeffersonLab / qphix-codegen

Code Generator for the QPhiX library, Wilson Fermions
http://jeffersonlab.github.io/qphix-codegen/
1 stars 4 forks source link

Mark global variables with g_ in their name #13

Closed martin-ueding closed 7 years ago

martin-ueding commented 7 years ago

While reading the code generator, I have a really hard time to figure out whether a variable is local or global. I would suggest to prefix all globals with g_ in order to make it easier to work with the code.