2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-01-23 05:42:20 +00:00

Moved Serialization and MPI fixes and updates from trunk to release branch

[SVN r46743]
This commit is contained in:
Matthias Troyer
2008-06-26 19:25:44 +00:00
parent 4bd63be33a
commit 97e9366a2f
39 changed files with 985 additions and 206 deletions

View File

@@ -32,7 +32,7 @@ void export_timer()
using boost::python::arg;
using boost::python::object;
class_<timer>("timer", timer_docstring)
class_<timer>("Timer", timer_docstring)
.def(init<>())
.def("restart", &timer::restart, timer_restart_docstring)
.add_property("elapsed", &timer::elapsed, timer_elapsed_docstring)