Changeset 24339


Ignore:
Timestamp:
11/16/19 15:36:03 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updating archive with new inputs scheme

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

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

    r24335 r24339  
    218218                                input->ServeCollapsed(this->lid,this->collapsed_ids[0],this->collapsed_ids[1]);
    219219                                break;
    220                         //default: _error_("interpolation "<<EnumToStringx(interpolation)<<" not supported");
    221220                }
    222221                /*Flag as collapsed for later use*/
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r24336 r24339  
    41324132        Seg* seg=new Seg();
    41334133        seg->id=this->id;
     4134        seg->sid=this->sid;
     4135        seg->lid=this->lid;
    41344136        seg->inputs=NULL;//(Inputs*)this->inputs->SpawnSegInputs(index1,index2);
    41354137        seg->inputs2=this->inputs2;
Note: See TracChangeset for help on using the changeset viewer.