Changeset 10434


Ignore:
Timestamp:
11/02/11 13:59:40 (13 years ago)
Author:
seroussi
Message:

fixed control input problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r10431 r10434  
    14361436                num_inputs=1;
    14371437                base_inputs=(Input**)xmalloc(num_inputs*sizeof(Input*));
    1438                 base_inputs[0]=(Input*)this->inputs->GetInput(enum_type);
     1438                base_inputs[0]=(Input*)matice->inputs->GetInput(enum_type);
    14391439        }
    14401440        else if (object_type==NodeEnum){
Note: See TracChangeset for help on using the changeset viewer.