Ignore:
Timestamp:
04/21/10 15:54:53 (15 years ago)
Author:
Mathieu Morlighem
Message:

ISSMASSERT is now compiled only when ISSM_DEBUG is defined. Removed old ISSM_DEBUG outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ContourToNodesx/ContourToNodesx.cpp

    r3332 r3595  
    2323        /*Loop through all contours: */
    2424        for (i=0;i<numcontours;i++){
    25                 #ifdef _ISSM_DEBUG_
    26                         printf("\nHandling contour %i/%i\n",i,numcontours);
    27                 #endif
    2825                contouri=*(contours+i);
    2926                numgrids=contouri->nods;
Note: See TracChangeset for help on using the changeset viewer.