Ignore:
Timestamp:
10/01/19 13:12:27 (6 years ago)
Author:
schlegel
Message:

CHG: update Gemb archives and element sampling

File:
1 edited

Legend:

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

    r24145 r24189  
    40474047
    40484048                /*Check bottom grid cell T is unchanged:*/
    4049                 if (T[m-1]!=T_bottom) _printf_("T(end)~=T_bottom" << "\n");
     4049                if(VerboseSmb() && this->Sid()==0 && IssmComm::GetRank()==0){
     4050                        if (T[m-1]!=T_bottom) _printf_("T(end)~=T_bottom" << "\n");
     4051                }
    40504052
    40514053                /*Free ressources: */
Note: See TracChangeset for help on using the changeset viewer.