Parent Directory
|
Revision Log
|
Patch
revision 905 by gross, Tue Jul 18 01:32:50 2006 UTC | revision 906 by gross, Tue Nov 21 05:34:15 2006 UTC | |
---|---|---|
# | Line 69 std::string | Line 69 std::string |
69 | FunctionSpace::toString() const | FunctionSpace::toString() const |
70 | { | { |
71 | std::stringstream temp; | std::stringstream temp; |
72 | temp << "Function space type: " | temp << m_domain->functionSpaceTypeAsString(m_functionSpaceType) |
<< m_domain->functionSpaceTypeAsString(m_functionSpaceType) | ||
73 | << " on " << m_domain->getDescription(); | << " on " << m_domain->getDescription(); |
74 | return temp.str(); | return temp.str(); |
75 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |