Logged In: NO

Note *** I found a solution to this problem that I have
posted yesterday, by placing the code of the PrimitiveSet
class method :

virtual unsigned int getNumPrimitives() const;

Directly into the code of PrimitiveSet.cpp instead of as an
inline funcion.

This avoid the mistake created by the inline optimizer.

Bye.