Remove unneeded struct, replace by a simple variables to
   escape overhead.
Just a note, the struct removed is a bit field (https://en.wikipedia.org/wiki/Bit_field) so both booleans were stored in one byte; if they are replaced by two bools, they occupy 2 bytes, thus the overhead is bigger. v.

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to