Changeset 16691


Ignore:
Timestamp:
11/08/13 14:44:31 (11 years ago)
Author:
bdef
Message:

BUG Removing debug printf

File:
1 edited

Legend:

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

    r16685 r16691  
    73387338                                /*And proceed to the real thing*/
    73397339                                thickness[i] = old_thickness[i]*(1+((rho_water*gravity*dt)/(rho_ice*latentheat))*epl_conductivity*pow(EPLgrad,2.0)-2.0*(A*dt/(pow(n,n)))*(pow(EPL_N,n)));
    7340                                 if(this->nodes[i]->id==1553)printf("term1  %e, term2 %e\n",+((rho_water*gravity*dt)/(rho_ice*latentheat))*epl_conductivity*pow(EPLgrad,2.0), -2.0*(A*dt/(pow(n,n)))*(pow(EPL_N,n)));
    73417340                        }
    73427341                }
Note: See TracChangeset for help on using the changeset viewer.