Changeset 14801


Ignore:
Timestamp:
04/30/13 07:57:25 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cosmetics

Location:
issm/trunk-jpl/src/c/classes/objects
Files:
2 edited

Legend:

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

    r14796 r14801  
    63486348                /*Get the flag to the limitation method*/
    63496349                this->parameters->FindParam(&hmax_flag,HydrologydcSedimentlimitFlagEnum);
     6350
     6351                if(this->id==1) printf("flag = %i\n",hmax_flag);
     6352
    63506353                /*Switch between the different cases*/
    63516354                switch(hmax_flag){
     
    63766379}
    63776380/*}}}*/
    6378 
    6379 
    63806381#endif
    63816382
  • issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.cpp

    r14796 r14801  
    708708        element->GetInputValue(&h,node,SedimentHeadEnum);
    709709        element->GetHydrologyDCInefficientHmax(&h_max,node);
    710         /*printf("hmax %i \n",h_max);*/
     710        /*printf("hmax %g \n",h_max);*/
    711711
    712712        if (h>h_max)
Note: See TracChangeset for help on using the changeset viewer.