← Back to team overview

dolfin team mailing list archive

const in la classes

 

I might have asked this before, but why all the consts on built-in
types in argument lists in the la classes?

    init(const uint M, const uint N);

Why not just

    init(const uint M, const uint N);

?

/Anders


Follow ups