Changeset 1901 in Sophya for trunk/SophyaPI/PIGcont/gp_contour.c


Ignore:
Timestamp:
Feb 15, 2002, 6:36:10 PM (24 years ago)
Author:
ansari
Message:

Portage sous Mac OS X, variables globales passees en statique - Reza 15/02/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIGcont/gp_contour.c

    r1857 r1901  
    6363static int contour_pts = DEFAULT_NUM_APPROX_PTS;
    6464
    65 dynarray dyn_contour_levels_list;/* storage for z levels to draw contours at */
    66 double * contour_levels_list=NULL;
     65static dynarray dyn_contour_levels_list;/* storage for z levels to draw contours at */
     66static double * contour_levels_list=NULL;
    6767
    6868/* position of edge in mesh */
Note: See TracChangeset for help on using the changeset viewer.