Changeset 1112


Ignore:
Timestamp:
08/04/06 12:07:18 (18 years ago)
Author:
mar637
Message:

added uint template used by Scantable::getNumbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_asap.cpp

    r988 r1112  
    7676  from_python_sequence < std::vector < int >,
    7777    variable_capacity_policy > ();
     78  std_vector_to_tuple < uint > ();
     79  from_python_sequence < std::vector < uint >,
     80    variable_capacity_policy > ();
    7881  std_vector_to_tuple < float > ();
    7982  from_python_sequence < std::vector < float >,
Note: See TracChangeset for help on using the changeset viewer.