13 Feb
2008
13 Feb
'08
4:48 p.m.
Not that any test cases cover it, but at least it should be fixed (or the lines deleted).
Index: kernel/pyext/IMP.i =================================================================== --- kernel/pyext/IMP.i (revision 363) +++ kernel/pyext/IMP.i (working copy) @@ -170,7 +170,7 @@ %template(StringKey) Key<String>; %template(AtomType) Key<AtomTypeTag>; %template(ResidueType) Key<ResidueTypeTag>; - %template(show_named_nierarchy) show<NameDecorator>; + %template(show_named_hierarchy) show<NameDecorator>; %template(show_molecular_hierarchy) show<MolecularHierarchyDecorator>; %template(Particles) ::std::vector<Particle*>; %template(Restraints) ::std::vector<Restraint*>;