Re: [IMP-dev] [IMP-commits] r2043 - trunk/modules/atom/pyext
On Mar 19, 2009, at 9:53 PM, Notification of IMP commits <imp-commits@salilab.org > wrote:
> Author: kerenl@SALILAB.ORG > Date: 2009-03-19 21:53:02 -0700 (Thu, 19 Mar 2009) > New Revision: 2043 > > Modified: > trunk/modules/atom/pyext/atom.i > Log: > expose MolecularHierarchyDecorators to python > > Modified: trunk/modules/atom/pyext/atom.i > =================================================================== > --- trunk/modules/atom/pyext/atom.i 2009-03-20 04:03:51 UTC (rev > 2042) > +++ trunk/modules/atom/pyext/atom.i 2009-03-20 04:53:02 UTC (rev > 2043) > @@ -31,6 +31,7 @@ > } > } > > + > /*namespace IMP { > namespace core { > // stupid hack for swig > @@ -72,6 +73,8 @@ > // swig has random, perplexing issues if these are higher in the > file > %template(AtomTypeBase) ::IMP::KeyBase<IMP_ATOM_TYPE_INDEX>; > %template(ResidueTypeBase) ::IMP::KeyBase<IMP_RESIDUE_TYPE_INDEX>; > + > %template( > MolecularHierarhcyDecorators) > ::std::vector<MolecularHierarchyDecorator>; > + > } > } > %include "IMP/atom/AtomDecorator.h" > > _______________________________________________ > IMP-commits mailing list > IMP-commits@salilab.org > https://salilab.org/mailman/listinfo/imp-commits
participants (1)
-
Daniel Russel