Changeset 1901 in Sophya
- Timestamp:
- Feb 15, 2002, 6:36:10 PM (24 years ago)
- Location:
- trunk/SophyaPI/PIGcont
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/gp_contour.c
r1857 r1901 63 63 static int contour_pts = DEFAULT_NUM_APPROX_PTS; 64 64 65 dynarray dyn_contour_levels_list;/* storage for z levels to draw contours at */66 double * contour_levels_list=NULL;65 static dynarray dyn_contour_levels_list;/* storage for z levels to draw contours at */ 66 static double * contour_levels_list=NULL; 67 67 68 68 /* position of edge in mesh */ -
trunk/SophyaPI/PIGcont/gp_contour.h
r1857 r1901 87 87 88 88 /* storage for z levels to draw contours at */ 89 extern dynarray dyn_contour_levels_list; 89 /* extern dynarray dyn_contour_levels_list; */ 90 90 /*#define contour_levels_list ((double *)dyn_contour_levels_list.v) */ 91 extern double * contour_levels_list; 91 /* extern double * contour_levels_list; */ 92 92 93 93 /* Prototypes of functions exported by contour.c */
Note:
See TracChangeset
for help on using the changeset viewer.