Changeset 27207


Ignore:
Timestamp:
08/16/22 11:52:30 (3 years ago)
Author:
Eric.Larour
Message:

CHG: new SetDoubleInput routine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/c/classes/Elements/Element.cpp

    r26947 r27207  
    36793679}
    36803680/*}}}*/
     3681void       Element::SetDoubleInput(Inputs* inputs,int enum_in,IssmDouble value){/*{{{*/
     3682
     3683        _assert_(inputs);
     3684        inputs->SetDoubleInput(enum_in,this->lid,value);
     3685
     3686}
     3687/*}}}*/
     3688
    36813689void       Element::SetwiseNodeConnectivity(int* pd_nz,int* po_nz,Node* node,bool* flags,int* flagsindices,int* flagsindices_counter,int set1_enum,int set2_enum, int analysis_type){/*{{{*/
    36823690
Note: See TracChangeset for help on using the changeset viewer.