Ignore:
Timestamp:
05/10/11 14:55:16 (14 years ago)
Author:
seroussi
Message:

removed useless node constructor

File:
1 edited

Legend:

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

    r7089 r8240  
    3030                Inputs*        inputs; //properties of this node
    3131                int            analysis_type;
    32                
     32                //double         referential[6];
    3333
    3434                /*Node constructors, destructors {{{1*/
    3535                Node();
    36                 Node(int id,int sid, int vertex_id,int numberofdofs);
    3736                Node(int id,int sid, DofIndexing* indexing, Hook* vertex, Inputs* inputs,int analysis_type);
    3837                Node(int node_id,int node_sid, int vertex_id,int io_index, IoModel* iomodel,int analysis_type);
     
    5150                /*}}}*/
    5251                /*Update virtual functions definitions: {{{1*/
     52               
    5353                void  InputUpdateFromVector(double* vector, int name, int type);
    5454                void  InputUpdateFromVector(int* vector, int name, int type);
Note: See TracChangeset for help on using the changeset viewer.