Parent Directory
|
Revision Log
|
Patch
revision 2141 by jfenwick, Fri Nov 28 01:52:12 2008 UTC | revision 2142 by jfenwick, Tue Dec 9 06:22:57 2008 UTC | |
---|---|---|
# | Line 368 BOOST_PYTHON_MODULE(escriptcpp) | Line 368 BOOST_PYTHON_MODULE(escriptcpp) |
368 | (arg("value")=0)); | (arg("value")=0)); |
369 | def("getEscriptParamInt",escript::getEscriptParamInt, | def("getEscriptParamInt",escript::getEscriptParamInt, |
370 | (arg("sentinel")=0)); | (arg("sentinel")=0)); |
371 | def("listEscriptParams",escript::listEscriptParams); | |
372 | ||
373 | ||
374 | // | // |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |