Changeset 19007


Ignore:
Timestamp:
01/13/15 14:48:42 (10 years ago)
Author:
bdef
Message:

BUG:deleting print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/HydrologyDCEfficientAnalysis.cpp

    r19006 r19007  
    598598                                /*And proceed to the real thing*/
    599599                                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)));
    600 
    601                                 printf("old: %e, new: %e, grad: %e \n",old_thickness[i],thickness[i],EPLgrad2);
    602600                               
    603601                                /*Take care of otherthikening*/
Note: See TracChangeset for help on using the changeset viewer.