Ignore:
Timestamp:
06/04/12 16:40:38 (13 years ago)
Author:
Mathieu Morlighem
Message:

Do not number folds (folding is automated)

File:
1 edited

Legend:

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

    r12322 r12365  
    77
    88/*Headers:*/
    9 /*{{{1*/
     9/*{{{*/
    1010#include "./Object.h"
    1111#include "../shared/shared.h"
     
    3434                IssmDouble         coord_system[3][3];
    3535
    36                 /*Node constructors, destructors {{{1*/
     36                /*Node constructors, destructors {{{*/
    3737                Node();
    3838                Node(int node_id,int node_sid, int vertex_id,int io_index, IoModel* iomodel,int analysis_type);
    3939                ~Node();
    4040                /*}}}*/
    41                 /*Object virtual functions definitions:{{{1 */
     41                /*Object virtual functions definitions:{{{ */
    4242                void  Echo();
    4343                void  DeepEcho();
     
    4747                Object* copy(){_error_("Not implemented yet (similar to Elements)");};
    4848                /*}}}*/
    49                 /*Update virtual functions definitions: {{{1*/
     49                /*Update virtual functions definitions: {{{*/
    5050               
    5151                void  InputUpdateFromVector(IssmDouble* vector, int name, int type);
     
    6262                void  InputUpdateFromIoModel(int index, IoModel* iomodel){_error_("Not implemented yet!");}
    6363                /*}}}*/
    64                 /*Node numerical routines {{{1*/
     64                /*Node numerical routines {{{*/
    6565                void   Configure(DataSet* nodes,Vertices* vertices);
    6666                void   CreateNodalConstraints(Vector* ys);
     
    102102               
    103103                /*}}}*/
    104                 /*Dof Object routines {{{1*/
     104                /*Dof Object routines {{{*/
    105105                void  DistributeDofs(int* pdofcount,int setenum);
    106106                void  OffsetDofs(int dofcount,int setenum);
Note: See TracChangeset for help on using the changeset viewer.