← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 2359: 1. Fix the GL dispatch (was enumerating child classes non-recursively, and your Gl1_ChainedCylind...

 

-		if (Omega::instance().isInheritingFrom((*di).first,"FileGenerator"))
+		if (Omega::instance().isInheritingFrom_recursive((*di).first,"FileGenerator"))


It fixes the problem (and it is very elegant). Thank you.

Bruno



References