Skip to content

Commit

Permalink
Refs #3866. Revert change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Dec 29, 2011
1 parent 2a9fed7 commit a811cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/PythonAPI/src/PythonWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ BOOST_PYTHON_MODULE(libMantidPythonAPI)
boost::python::def("mantid_build_version", mantid_version);
MantidVecHelper::initializeDependencies(); // This initializes numpy if it is available
// Export some frequently used stl containers
Mantid::PythonAPI::vector_proxy<Mantid::Kernel::DateAndTime>::wrap("cpp_list_dateandtime");
Mantid::PythonAPI::vector_proxy<int>::wrap("cpp_list_int");
vector_proxy<Mantid::Kernel::DateAndTime>::wrap("cpp_list_dateandtime");
vector_proxy<int>::wrap("cpp_list_int");
vector_proxy<long>::wrap("cpp_list_long");
vector_proxy<double>::wrap("cpp_list_dbl");
vector_proxy<bool>::wrap("cpp_list_bool");
Expand Down

0 comments on commit a811cef

Please sign in to comment.