/[escript]/branches/schroedinger/escript/src/escriptcpp.cpp
ViewVC logotype

Diff of /branches/schroedinger/escript/src/escriptcpp.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1864 by jfenwick, Thu Oct 9 03:09:30 2008 UTC revision 1865 by jfenwick, Thu Oct 9 03:53:57 2008 UTC
# Line 164  BOOST_PYTHON_MODULE(escriptcpp) Line 164  BOOST_PYTHON_MODULE(escriptcpp)
164      .def("getNumberOfDataPoints",&escript::Data::getNumDataPoints)      .def("getNumberOfDataPoints",&escript::Data::getNumDataPoints)
165      .def("isExpanded",&escript::Data::isExpanded)      .def("isExpanded",&escript::Data::isExpanded)
166      .def("isTagged",&escript::Data::isTagged)      .def("isTagged",&escript::Data::isTagged)
167        .def("isConstant",&escript::Data::isConstant)
168        .def("isLazy",&escript::Data::isLazy)
169        .def("isReady",&escript::Data::isReady)
170      .def("expand",&escript::Data::expand)      .def("expand",&escript::Data::expand)
171      .def("tag",&escript::Data::tag)      .def("tag",&escript::Data::tag)
172      .def("copy",&escript::Data::copy)      .def("copy",&escript::Data::copy)

Legend:
Removed from v.1864  
changed lines
  Added in v.1865

  ViewVC Help
Powered by ViewVC 1.1.26