Ignore:
Timestamp:
10/17/13 14:48:22 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: simplifying vertex constructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Vertex.h

    r15040 r16446  
    3232                /*Vertex constructors, destructors {{{*/
    3333                Vertex();
    34                 Vertex(int id, int sid,IssmDouble x, IssmDouble y, IssmDouble z, IssmDouble sigma, int connectivity);
    35                 void Init(int id, int sid, IssmDouble x, IssmDouble y, IssmDouble z, IssmDouble sigma,int connectivity);
    3634                Vertex(int id, int sid, int i, IoModel* iomodel);
    3735                ~Vertex();
Note: See TracChangeset for help on using the changeset viewer.