Changeset 4572


Ignore:
Timestamp:
07/13/10 18:11:10 (15 years ago)
Author:
Eric.Larour
Message:

No configuration needed in InputDuplicatex
Tria stupid bug

Location:
issm/trunk/src/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/InputDuplicatex/InputDuplicatex.cpp

    r4218 r4572  
    1010
    1111void 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: */
    1214
    13         /*intermediary:*/
    1415        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: */
    2016        for(i=0;i<elements->Size();i++){
    2117                Element* element=(Element*)elements->GetObjectByOffset(i);
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r4569 r4572  
    59275927                                name==DragCoefficientEnum ||
    59285928                                name==GradientEnum ||
    5929                                 name==OldGradientEnum ||
     5929                                name==OldGradientEnum
    59305930                ){
    59315931                return true;
Note: See TracChangeset for help on using the changeset viewer.