Changeset 23523


Ignore:
Timestamp:
12/08/18 15:09:02 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: clone was not properly passed

File:
1 edited

Legend:

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

    r23522 r23523  
    3030        this->pid = vertex_pid;
    3131        this->lid = vertex_lid;
     32        this->clone = vertex_clone;
    3233
    3334        /*Coordinates*/
     
    254255void       Vertex::VertexCoordinates(Vector<IssmDouble>* vx,Vector<IssmDouble>* vy,Vector<IssmDouble>* vz, bool spherical){/*{{{*/
    255256
    256         if (this->clone==true) return;
     257        if(this->clone==true) return;
    257258
    258259        if(!spherical){
Note: See TracChangeset for help on using the changeset viewer.