Changeset 1901 in Sophya for trunk/SophyaPI/PIGcont


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

Location:
trunk/SophyaPI/PIGcont
Files:
2 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 */
  • trunk/SophyaPI/PIGcont/gp_contour.h

    r1857 r1901  
    8787
    8888/* storage for z levels to draw contours at */
    89 extern dynarray dyn_contour_levels_list;
     89/* extern dynarray dyn_contour_levels_list; */
    9090/*#define contour_levels_list ((double *)dyn_contour_levels_list.v) */
    91 extern double * contour_levels_list;
     91/* extern double * contour_levels_list; */
    9292
    9393/* Prototypes of functions exported by contour.c */
Note: See TracChangeset for help on using the changeset viewer.