← Back to team overview

dolfin team mailing list archive

Re: const in la classes

 



Anders Logg wrote:
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);


What's the difference between these two?

Garth

?

/Anders
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev




Follow ups

References