Changeset 42


Ignore:
Timestamp:
07/07/04 18:56:19 (20 years ago)
Author:
mmarquar
Message:

Added python wrappers for type double

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SD.cc

    r30 r42  
    5050  from_python_sequence < std::vector < float >, 
    5151    variable_capacity_policy > ();
     52  std_vector_to_tuple < double > ();
     53  from_python_sequence < std::vector < double >, 
     54    variable_capacity_policy > ();
    5255  std_vector_to_tuple < std::string > ();
    5356  from_python_sequence < std::vector < std::string >, 
Note: See TracChangeset for help on using the changeset viewer.