Changeset 4572
- Timestamp:
- 07/13/10 18:11:10 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/InputDuplicatex/InputDuplicatex.cpp
r4218 r4572 10 10 11 11 void InputDuplicatex(Elements* elements,Nodes* nodes,Vertices* vertices,Loads* loads,Materials* materials,Parameters* parameters,int original_enum, int new_enum){ 12 13 /*Go through elemnets, and ask to reinitialie the input: */ 12 14 13 /*intermediary:*/14 15 int i; 15 16 /*First, get elements and nodes configured: */17 elements->Configure(elements,loads, nodes,vertices, materials,parameters);18 19 /*Go through elemnets, and ask to reinitialie the input: */20 16 for(i=0;i<elements->Size();i++){ 21 17 Element* element=(Element*)elements->GetObjectByOffset(i); -
issm/trunk/src/c/objects/Elements/Tria.cpp
r4569 r4572 5927 5927 name==DragCoefficientEnum || 5928 5928 name==GradientEnum || 5929 name==OldGradientEnum ||5929 name==OldGradientEnum 5930 5930 ){ 5931 5931 return true;
Note:
See TracChangeset
for help on using the changeset viewer.