Parent Directory
|
Revision Log
|
Patch
revision 1423 by trankine, Tue Feb 26 13:44:12 2008 UTC | revision 1424 by trankine, Wed Feb 27 05:27:18 2008 UTC | |
---|---|---|
# | Line 85 PyObject * | Line 85 PyObject * |
85 | FunctionSpace::toPyString() const | FunctionSpace::toPyString() const |
86 | { | { |
87 | boost::python::to_python_value<const std::string &> cvtr; | boost::python::to_python_value<const std::string &> cvtr; |
88 | std::stringstream temp; | |
89 | ||
90 | temp << m_domain->functionSpaceTypeAsString(m_functionSpaceType) | |
91 | << " on " << m_domain->getDescription(); | |
92 | ||
93 | type_str = toString(); | //toString(); |
94 | type_str = temp.str(); | |
95 | ||
96 | return cvtr(type_str); | return cvtr(type_str); |
97 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |