Ignore:
Timestamp:
10/25/10 08:57:04 (15 years ago)
Author:
Mathieu Morlighem
Message:

moved ISSMERROR to _error_, ISSMASSERT to _assert_ and ISSMPRINTF to _printf_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Contour.cpp

    r3775 r6412  
    1717        int i;
    1818
    19         _printf_("Number of grids in contour: %i\n",contour->nods);
    20         _printf_("Grid coordinates: \n");
     19        _printf_(true,"Number of grids in contour: %i\n",contour->nods);
     20        _printf_(true,"Grid coordinates: \n");
    2121        for (i=0;i<contour->nods;i++){
    22                 _printf_("%lf %lf\n",*(contour->x+i),*(contour->y+i));
     22                _printf_(true,"%lf %lf\n",*(contour->x+i),*(contour->y+i));
    2323        }
    2424}
Note: See TracChangeset for help on using the changeset viewer.