[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[IMP-dev] typo in imp.i
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*>;