Changeset 26088


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

CHG: removing debug statements.

File:
1 edited

Legend:

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

    r26086 r26088  
    18351835Input*    Tria::GetInput(int inputenum){/*{{{*/
    18361836               
    1837         _printf_("GetInput 0\n");
    1838 
    18391837        /*Get Input from dataset*/
    18401838        if(this->iscollapsed){
     
    18461844        }
    18471845        else{
    1848                 _printf_("GetInput 1\n");
    18491846                TriaInput* input = this->inputs->GetTriaInput(inputenum);
    1850                 _printf_("GetInput 2\n");
    18511847                if(!input) return input;
    1852 
    1853                 _printf_("GetInput 3\n");
    18541848                this->InputServe(input);
    18551849                return input;
Note: See TracChangeset for help on using the changeset viewer.