← Back to team overview

ffc team mailing list archive

const static double or static const double

 


Hi,

Just a minor issue. For some arrays in the generated code we use:

const static

others uses

static const

Is there a right or wrong way, if not, which one should we use (if we want
to be consistent in the code)?

It's just a small change in the format, but we will probably have to change the
references for the regression tests.

Kristian


Follow ups