Parent Directory
|
Revision Log
|
Patch
revision 2187 by caltinay, Tue Dec 23 04:13:15 2008 UTC | revision 2194 by caltinay, Tue Jan 6 01:23:37 2009 UTC | |
---|---|---|
# | Line 28 namespace EscriptReader { | Line 28 namespace EscriptReader { |
28 | // | // |
29 | // | // |
30 | // | // |
31 | MeshWithElements::MeshWithElements() : Mesh() | MeshWithElements::MeshWithElements() : Mesh(), |
32 | cells(NULL), | |
33 | faces(NULL), | |
34 | contacts(NULL), | |
35 | points(NULL) | |
36 | { | { |
37 | name = "Elements"; | name = "Elements"; |
38 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |