← Back to team overview

yade-dev team mailing list archive

Re: [Bug 1026073] Re: "calm function" inside source code

 

>
> Shall I say "return 0;" at the end of the function?
>

It is one option, or just change

static Real Shop::calm(const boost::shared_ptr<Scene>&, int)

to

static void Shop::calm(const boost::shared_ptr<Scene>&, int)

Jan

References