Changeset 26088
- Timestamp:
- 03/12/21 14:28:15 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r26086 r26088 1835 1835 Input* Tria::GetInput(int inputenum){/*{{{*/ 1836 1836 1837 _printf_("GetInput 0\n");1838 1839 1837 /*Get Input from dataset*/ 1840 1838 if(this->iscollapsed){ … … 1846 1844 } 1847 1845 else{ 1848 _printf_("GetInput 1\n");1849 1846 TriaInput* input = this->inputs->GetTriaInput(inputenum); 1850 _printf_("GetInput 2\n");1851 1847 if(!input) return input; 1852 1853 _printf_("GetInput 3\n");1854 1848 this->InputServe(input); 1855 1849 return input;
Note:
See TracChangeset
for help on using the changeset viewer.