Nice! Would you add a topic branch with a test for the problem and the fix? I'll push a new PDL with the fix after a bit (in case other items pop up that we would like to include).
--Chris On 10/12/2015 17:10, kmx wrote: > On 12.10.2015 23:04, kmx wrote: >> - $to_return = $to_return->mv(-1,1)->clump(2); # this is the line where >> flag P becomes C >> + $to_return->mv(-1,1)->clump(2); > I was wrong, it should be: > > - $to_return = $to_return->mv(-1,1)->clump(2); > + $to_return = $to_return->mv(-1,1)->clump(2)->sever; > > -- > kmx > > ------------------------------------------------------------------------------ > _______________________________________________ > pdl-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pdl-general ------------------------------------------------------------------------------ _______________________________________________ pdl-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdl-general
