Changeset 26069


Ignore:
Timestamp:
03/10/21 15:27:09 (4 years ago)
Author:
Eric.Larour
Message:

CHG: removing Ivins Echo statements.

File:
1 edited

Legend:

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

    r26057 r26069  
    61376137        this->GetInputAveragesUpToCurrentTime(TransientAccumulatedDeltaIceThicknessEnum,&hes,&times,&numtimes,currenttime);
    61386138
    6139         if(this->Id()==1){
    6140                 _printf_("numtimes: " << numtimes << "\n");
    6141                 for (int i=0;i<numtimes;i++)_printf_(times[i] << " " << hes[i] << "\n");
    6142         }
    61436139
    61446140        /*pull area of this Tria: */
Note: See TracChangeset for help on using the changeset viewer.