On Feb 4, 8:41 pm, Marco Nawijn wrote:
> On Feb 4, 3:43 am, Martin De Kauwe wrote:
>
>
>
>
>
> > Hi,
>
> > I am translating some c++ code to python and just wanted to ask some
> > advise on structure. The original has everything declared globally and
> > nothing passed via function (I assume, but
Martin De Kauwe wrote:
> I am translating some c++ code to python and just wanted to ask some
> advise on structure. The original has everything declared globally and
> nothing passed via function (I assume, but don't know, that this isn't
> just standard c++ practice!). So given this, I have a pr
On Feb 4, 3:43 am, Martin De Kauwe wrote:
> Hi,
>
> I am translating some c++ code to python and just wanted to ask some
> advise on structure. The original has everything declared globally and
> nothing passed via function (I assume, but don't know, that this isn't
> just standard c++ practice!).