Changeset 13315


Ignore:
Timestamp:
09/11/12 08:38:54 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed vim folds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/objects/Node.cpp

    r13216 r13315  
    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){
     
    235233        else _error_("set of enum type " << EnumToStringx(setenum) << " not supported yet!");
    236234
    237 }
    238 /*}}}*/
     235} /*}}}*/
    239236/*FUNCTION Node::GetDofList1{{{*/
    240237int  Node::GetDofList1(void){
Note: See TracChangeset for help on using the changeset viewer.