Ignore:
Timestamp:
12/02/20 20:36:14 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added rank as a possible output, necessary for ESMF compliance

File:
1 edited

Legend:

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

    r25508 r25812  
    6161                int        Sid(void);
    6262                void       UpdatePosition(Vector<IssmDouble>* vx,Vector<IssmDouble>* vy,Vector<IssmDouble>* vz,Parameters* parameters,IssmDouble* thickness,IssmDouble* bed);
    63                 void       VertexCoordinates(Vector<IssmDouble>* vx,Vector<IssmDouble>* vy,Vector<IssmDouble>* vz,bool spherical=false);
     63                void       VertexCoordinates(Vector<IssmDouble>* vx,Vector<IssmDouble>* vy,Vector<IssmDouble>* vz,Vector<IssmDouble>* vrank,bool spherical=false);
    6464};
    6565
Note: See TracChangeset for help on using the changeset viewer.