Clone
Gustaf A. Neumann <neumann@Gustaf-A-Neumanns-iMac.local>
committed
on 05 Apr 11
- Fixed dispatch of defaultmethod for ensemble methods - Added compile flag DISPATCH_ALWAYS_DEFINED_METHODS (deactivated). So far, nx just… Show more
- Fixed dispatch of defaultmethod for ensemble methods - Added compile flag DISPATCH_ALWAYS_DEFINED_METHODS (deactivated).   So far, nx just uses dispatch on overloads or filters, but not on   defines (possible to call e.g. "destroy" from a script, but   internally the direct dispatch is used, as long there is no   overload). The compileflag would force to use the slower   dispatch always. - Extended regression test

Show less