Changeset 27207
- Timestamp:
- 08/16/22 11:52:30 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2022/src/c/classes/Elements/Element.cpp
r26947 r27207 3679 3679 } 3680 3680 /*}}}*/ 3681 void 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 3681 3689 void 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){/*{{{*/ 3682 3690
Note:
See TracChangeset
for help on using the changeset viewer.