Changeset 1838 in Sophya for trunk/SophyaPI/PIGcont/contour.c
- Timestamp:
- Dec 21, 2001, 11:49:27 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/contour.c
r1829 r1838 1 1 #ifndef lint 2 static char *RCSid() { return RCSid("$Id: contour.c,v 1. 1.1.1 2001-12-19 18:01:18 perderosExp $"); }2 static char *RCSid() { return RCSid("$Id: contour.c,v 1.2 2001-12-21 22:49:27 ansari Exp $"); } 3 3 #endif 4 4 … … 49 49 #include "contour.h" 50 50 51 #include " alloc.h"51 #include "gp_alloc.h" 52 52 #include "myaxis.h" 53 53 /* #include "setshow.h" */ … … 73 73 74 74 75 /* Valeur de zero - Reza 21/12/2001 - Pourquoi zero = 0. ??? */ 76 static double zero = 0.; 77 75 78 /* FIXME HBB 2000052: yet another local copy of 'epsilon'. Why? */ 76 79 #define EPSILON 1e-5 /* Used to decide if two float are equal. */ 80 77 81 78 82 #ifndef TRUE … … 80 84 #define FALSE 0 81 85 #endif 86 82 87 83 88 #define MAX_POINTS_PER_CNTR 100
Note:
See TracChangeset
for help on using the changeset viewer.