yes - since we need to iterate over the list of restraints. On May 9, 2008, at 5:00 PM, Friedrich Foerster wrote:
lude/IMP/Restraint.h (revision 539)
+++ kernel/include/IMP/Restraint.h (working copy)
@@ -94,7 +94,8 @@
return model_.get();
}
- IMP_LIST(protected, Particle, particle, Particle*)
+ //IMP_LIST(protected, Particle, particle, Particle*)
+ IMP_LIST(public, Particle, particle, Particle*)
private:
internal::ObjectPointer<Model, false> model_;