source:
issm/oecreview/Archive/16133-16554/ISSM-16152-16153.diff@
16556
Last change on this file since 16556 was 16556, checked in by , 11 years ago | |
---|---|
File size: 1.0 KB |
-
../trunk-jpl/src/c/classes/Elements/Tria.cpp
1787 1787 else{ 1788 1788 this->inputs->AddInput(new TriaInput(name,values,P1Enum)); 1789 1789 } 1790 break; 1790 1791 1791 1792 case VertexSIdEnum: 1792 1793 values = xNew<IssmDouble>(NUMVERTICES); … … 1800 1801 else{ 1801 1802 this->inputs->AddInput(new TriaInput(name,values,P1Enum)); 1802 1803 } 1804 break; 1803 1805 1804 1806 case NodesEnum: 1805 1807 … … 1813 1815 if(xIsNan<IssmDouble>(values[i])) _error_("NaN found in vector"); 1814 1816 } 1815 1817 this->inputs->AddInput(new TriaInput(name,values,this->element_type)); 1818 break; 1816 1819 1817 1820 case NodeSIdEnum: 1818 1821 … … 1825 1828 if(xIsNan<IssmDouble>(values[i])) _error_("NaN found in vector"); 1826 1829 } 1827 1830 this->inputs->AddInput(new TriaInput(name,values,this->element_type)); 1831 break; 1828 1832 1829 1833 default: 1830 1834 _error_("type " << type << " (" << EnumToStringx(type) << ") not implemented yet");
Note:
See TracBrowser
for help on using the repository browser.