libs/core/parameters.h:663: bad assert ?
Brought to you by:
ltatkinson,
pgregory
aqsis-1.8.2/libs/core/parameters.h:663]: (style) Same expression on both sides of '&&'.
assert( pResult1->Type() == this->Type() && pResult1->Type() == this->Type() &&
pResult1->Class() == this->Class() && pResult1->Class() == this->Class() );
Maybe
assert( pResult1->Type() == this->Type() && pResult1->Type() == this->Type() &&
pResult2->Class() == this->Class() && pResult2->Class() == this->Class() );