source: issm/oecreview/Archive/12678-13393/ISSM-13314-13315.diff@ 14312

Last change on this file since 14312 was 13394, checked in by Mathieu Morlighem, 13 years ago

Added 12678-13393

File size: 1.1 KB
  • u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Node.cpp

     
    206206/*FUNCTION Node::Configure {{{*/
    207207void  Node::Configure(DataSet* nodesin,Vertices* verticesin){
    208208
    209         int i;
    210 
    211209        /*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective
    212210         * datasets, using internal ids and off_sets hidden in hooks: */
    213211        hvertex->configure(verticesin);
    214212
    215 }
     213}/*}}}*/
    216214/*FUNCTION Node::SetCurrentConfiguration {{{*/
    217215void  Node::SetCurrentConfiguration(DataSet* nodesin,Vertices* verticesin){
    218216
    219 }
     217}/*}}}*/
    220218/*FUNCTION Node::GetDof {{{*/
    221219int   Node::GetDof(int dofindex,int setenum){
    222220
     
    234232        }
    235233        else _error_("set of enum type " << EnumToStringx(setenum) << " not supported yet!");
    236234
    237 }
    238 /*}}}*/
     235} /*}}}*/
    239236/*FUNCTION Node::GetDofList1{{{*/
    240237int  Node::GetDofList1(void){
    241238
Note: See TracBrowser for help on using the repository browser.