Changeset 1901 in Sophya for trunk/SophyaPI/PIGcont/gp_contour.c
- Timestamp:
- Feb 15, 2002, 6:36:10 PM (24 years ago)
- File:
-
- 1 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 */
Note:
See TracChangeset
for help on using the changeset viewer.