Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Node.cpp =================================================================== --- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Node.cpp (revision 13314) +++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Node.cpp (revision 13315) @@ -206,17 +206,15 @@ /*FUNCTION Node::Configure {{{*/ void Node::Configure(DataSet* nodesin,Vertices* verticesin){ - int i; - /*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective * datasets, using internal ids and off_sets hidden in hooks: */ hvertex->configure(verticesin); -} +}/*}}}*/ /*FUNCTION Node::SetCurrentConfiguration {{{*/ void Node::SetCurrentConfiguration(DataSet* nodesin,Vertices* verticesin){ -} +}/*}}}*/ /*FUNCTION Node::GetDof {{{*/ int Node::GetDof(int dofindex,int setenum){ @@ -234,8 +232,7 @@ } else _error_("set of enum type " << EnumToStringx(setenum) << " not supported yet!"); -} -/*}}}*/ +} /*}}}*/ /*FUNCTION Node::GetDofList1{{{*/ int Node::GetDofList1(void){