Changeset 23523
- Timestamp:
- 12/08/18 15:09:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Vertex.cpp
r23522 r23523 30 30 this->pid = vertex_pid; 31 31 this->lid = vertex_lid; 32 this->clone = vertex_clone; 32 33 33 34 /*Coordinates*/ … … 254 255 void Vertex::VertexCoordinates(Vector<IssmDouble>* vx,Vector<IssmDouble>* vy,Vector<IssmDouble>* vz, bool spherical){/*{{{*/ 255 256 256 if 257 if(this->clone==true) return; 257 258 258 259 if(!spherical){
Note:
See TracChangeset
for help on using the changeset viewer.