[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IMP-dev] A few small patches



First, ObjectPointer checks to in operator= to make sure another ObjectPointer doesn't own the object already.

Attachment: catch_many_owner_sooner
Description: Binary data




BondDecoratorRestraint was catching too many exceptions which hid some real errors. Now it only catches exceptions caused by the internal structure of the bonds being screwed up.

Attachment: catch_less
Description: Binary data



exception.h was missing some includes

Attachment: missing_header_in_exception.h
Description: Binary data



And Vector.h was missing an include of exception.h

Attachment: missing_exception.h
Description: Binary data