Changeset 17032


Ignore:
Timestamp:
12/19/13 09:24:45 (11 years ago)
Author:
bdef
Message:

BUG: commenting printf

File:
1 edited

Legend:

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

    r17031 r17032  
    47324732
    47334733                                        /* if(this->Id()==27){ */
    4734                                         /*      printf("old %e, transfer is %e ,eplhead %e, sedhead %e, factor %e \n",old_transfer[i],wh_trans,epl_head[i],sed_head[i],epl_specificstoring[i]*epl_thickness[i]*sed_trans[i]); */
     4734                                                /* printf("old %e, transfer is %e ,eplhead %e, sedhead %e, factor %e \n",old_transfer[i],wh_trans,epl_head[i],sed_head[i],epl_specificstoring[i]*epl_thickness[i]*sed_trans[i]); */
    47354735                                        /* } */
    47364736                               
     
    48974897                                        thickness[i] = old_thickness[i]*(1+((rho_water*gravity*dt)/(rho_ice*latentheat))*epl_conductivity*EPLgrad2-2.0*(A*dt/(pow(n,n)))*(pow(EPL_N,n)));
    48984898                                        //                                      thickness[i] = old_thickness[i]+0.66*(thickness[i]-old_thickness[i]);
    4899                                         if(this->Id()==27){
    4900                                                 printf("old %e, thickness is %e ,eplhead %e, slopeX %e, slopeY %e\n",old_thickness[i],thickness[i],eplhead[i],epl_slopeX[i],epl_slopeY[i]);
     4899                                        /* if(this->Id()==27){ */
     4900                                        /*      printf("old %e, thickness is %e ,eplhead %e, slopeX %e, slopeY %e\n",old_thickness[i],thickness[i],eplhead[i],epl_slopeX[i],epl_slopeY[i]); */
    49014901                                        }
    49024902                        }
Note: See TracChangeset for help on using the changeset viewer.