Changeset 26086


Ignore:
Timestamp:
03/12/21 14:10:54 (4 years ago)
Author:
Eric.Larour
Message:

CHG: added exception for 3Dsurface domain type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r26073 r26086  
    174174        switch(domaintype){
    175175                case Domain2DhorizontalEnum:
     176                case Domain3DsurfaceEnum:
    176177                        this->AddInput(input_enum,values,interpolation_enum);
    177178                        break;
     
    18331834}/*}}}*/
    18341835Input*    Tria::GetInput(int inputenum){/*{{{*/
     1836               
     1837        _printf_("GetInput 0\n");
    18351838
    18361839        /*Get Input from dataset*/
     
    18431846        }
    18441847        else{
     1848                _printf_("GetInput 1\n");
    18451849                TriaInput* input = this->inputs->GetTriaInput(inputenum);
     1850                _printf_("GetInput 2\n");
    18461851                if(!input) return input;
    18471852
     1853                _printf_("GetInput 3\n");
    18481854                this->InputServe(input);
    18491855                return input;
     
    42094215        switch(domaintype){
    42104216                case Domain2DhorizontalEnum:
     4217                case Domain3DsurfaceEnum:
    42114218                        return this;
    42124219                case Domain2DverticalEnum:
Note: See TracChangeset for help on using the changeset viewer.