9 May
2008
9 May
'08
5 p.m.
would anybody object the below patch? we (keren and me) need it for magic sphimp (i don't remember why, but keren will know).
thanks
frido
Index: kernel/include/IMP/Restraint.h =================================================================== --- kernel/include/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_;