Parent Directory
|
Revision Log
|
Patch
revision 2194 by caltinay, Tue Jan 6 01:23:37 2009 UTC | revision 2201 by caltinay, Fri Jan 9 00:45:44 2009 UTC | |
---|---|---|
# | Line 156 const IntVec& MeshWithElements::getVarDa | Line 156 const IntVec& MeshWithElements::getVarDa |
156 | else if (name.compare(0, 7, "Points_") == 0) | else if (name.compare(0, 7, "Points_") == 0) |
157 | return points->getVarDataByName(name); | return points->getVarDataByName(name); |
158 | else | else |
159 | return *(IntVec*)(NULL); | throw "Invalid variable name"; |
160 | } | } |
161 | ||
162 | ElementData* MeshWithElements::getElementsByName(const string name) const | ElementData* MeshWithElements::getElementsByName(const string name) const |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |