Changeset 5129


Ignore:
Timestamp:
08/10/10 14:50:09 (15 years ago)
Author:
seroussi
Message:

elements_type can also be HutterFormulation

File:
1 edited

Legend:

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

    r5125 r5129  
    19201920                                this->inputs->AddInput(new IntInput(ApproximationEnum,MacAyealPattynApproximationEnum));
    19211921                        }
     1922                        else if (*(iomodel->elements_type+2*index+0)==HutterApproximationEnum){
     1923                                this->inputs->AddInput(new IntInput(ApproximationEnum,HutterApproximationEnum));
     1924                        }
    19221925                        else ISSMERROR("Approximation type %i (%s) not supported yet",*(iomodel->elements_type+2*index+0),EnumToString(*(iomodel->elements_type+2*index+0)));
    19231926                }
Note: See TracChangeset for help on using the changeset viewer.