source: issm/oecreview/Archive/16133-16554/ISSM-16152-16153.diff

Last change on this file was 16556, checked in by Mathieu Morlighem, 11 years ago

NEW: added Archive/16133-16554

File size: 1.0 KB
  • ../trunk-jpl/src/c/classes/Elements/Tria.cpp

     
    17871787                else{
    17881788                        this->inputs->AddInput(new TriaInput(name,values,P1Enum));
    17891789                }
     1790                break;
    17901791
    17911792        case VertexSIdEnum:
    17921793                values = xNew<IssmDouble>(NUMVERTICES);
     
    18001801                else{
    18011802                        this->inputs->AddInput(new TriaInput(name,values,P1Enum));
    18021803                }
     1804                break;
    18031805
    18041806        case NodesEnum:
    18051807
     
    18131815                        if(xIsNan<IssmDouble>(values[i])) _error_("NaN found in vector");
    18141816                }
    18151817                this->inputs->AddInput(new TriaInput(name,values,this->element_type));
     1818                break;
    18161819
    18171820        case NodeSIdEnum:
    18181821
     
    18251828                        if(xIsNan<IssmDouble>(values[i])) _error_("NaN found in vector");
    18261829                }
    18271830                this->inputs->AddInput(new TriaInput(name,values,this->element_type));
     1831                break;
    18281832
    18291833        default:
    18301834                _error_("type " << type << " (" << EnumToStringx(type) << ") not implemented yet");
Note: See TracBrowser for help on using the repository browser.