Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/toPythonString.hpp

    r992839 r33e801  
    2121
    2222class element;
     23struct KeyValuePair;
    2324class RealSpaceMatrix;
    2425class Vector;
     
    7172template <> const std::string toPythonString( const boost::filesystem::path & _value);
    7273
     74template <> const std::string toPythonString( const KeyValuePair& _value);
     75
    7376template <> const std::string toPythonString( const RealSpaceMatrix& _value);
    7477
Note: See TracChangeset for help on using the changeset viewer.