← Back to team overview

dolfin team mailing list archive

Re: sizet in Python interface

 

On Thu, Nov 22, 2012 at 10:41:10AM +0000, Garth N. Wells wrote:
> On Thu, Nov 22, 2012 at 10:22 AM, Anders Logg <logg@xxxxxxxxx> wrote:
> > Why is the type called 'sizet' and not 'size_t' in the Python
> > interface for templated MeshFunctions?
> >
>
> The appropriate name was raised as a question when the changes were
> made. It could be sizet, size_t, uintp (numpy type), uint, etc.

I prefer size_t over sizet since it matches the C++ interface and does
not introduce yet another type.

--
Anders


Follow ups

References