Changeset 13315
- Timestamp:
- 09/11/12 08:38:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Node.cpp
r13216 r13315 207 207 void Node::Configure(DataSet* nodesin,Vertices* verticesin){ 208 208 209 int i;210 211 209 /*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective 212 210 * datasets, using internal ids and off_sets hidden in hooks: */ 213 211 hvertex->configure(verticesin); 214 212 215 } 213 }/*}}}*/ 216 214 /*FUNCTION Node::SetCurrentConfiguration {{{*/ 217 215 void Node::SetCurrentConfiguration(DataSet* nodesin,Vertices* verticesin){ 218 216 219 } 217 }/*}}}*/ 220 218 /*FUNCTION Node::GetDof {{{*/ 221 219 int Node::GetDof(int dofindex,int setenum){ … … 235 233 else _error_("set of enum type " << EnumToStringx(setenum) << " not supported yet!"); 236 234 237 } 238 /*}}}*/ 235 } /*}}}*/ 239 236 /*FUNCTION Node::GetDofList1{{{*/ 240 237 int Node::GetDofList1(void){
Note:
See TracChangeset
for help on using the changeset viewer.