← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Anti-aliasing for the 3D-Viewer

 

For the number of elements in an array, you can use:

    ./include/macros.h:#define DIM( x )    unsigned( sizeof(x) /
sizeof( (x)[0] ) )

which is more consistent in the KiCad source code.

Best Regards, Brian.


References