JCC strange behaviour

2019-04-05 Thread Petrus Hyvönen
Hi, I am having some confusing time with a wrapped class. The class "Transform" has a function transformPVCoordinates() that has different options for input parameters. One of these are TimeStampedPVCoordinates. It is supposed to return a TimeStampedPVCoordinates object but returns instead a PVCo

Re: JCC strange behaviour

2019-04-05 Thread Petrus Hyvönen
Sorry should be "JCC 3.3 version" in end of first section. On Sat, Apr 6, 2019 at 12:04 AM Petrus Hyvönen wrote: > Hi, > > I am having some confusing time with a wrapped class. > > The class "Transform" has a function transformPVCoordinates() that has > different options for input parameters. On

Re: JCC strange behaviour

2019-04-05 Thread Andi Vajda
Are you sure you're running the code you think you're running ? Your description sounds like an old version of something may be picked up instead. Andi.. > On Apr 5, 2019, at 15:04, Petrus Hyvönen wrote: > > Hi, > > I am having some confusing time with a wrapped class. > > The class "Transfo