Changeset 1838 in Sophya for trunk/SophyaPI/PIGcont/contour.c


Ignore:
Timestamp:
Dec 21, 2001, 11:49:27 PM (24 years ago)
Author:
ansari
Message:

Nettoyage des .h en trop, compil avec g++ sous LinuxPPC (rename alloc.h gp_alloc.h) - Reza 21/12/2001

File:
1 edited

Legend:

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

    r1829 r1838  
    11#ifndef lint
    2 static char *RCSid() { return RCSid("$Id: contour.c,v 1.1.1.1 2001-12-19 18:01:18 perderos Exp $"); }
     2static char *RCSid() { return RCSid("$Id: contour.c,v 1.2 2001-12-21 22:49:27 ansari Exp $"); }
    33#endif
    44
     
    4949#include "contour.h"
    5050
    51 #include "alloc.h"
     51#include "gp_alloc.h"
    5252#include "myaxis.h"
    5353/*  #include "setshow.h" */
     
    7373
    7474
     75/* Valeur de zero - Reza 21/12/2001 - Pourquoi zero = 0. ??? */
     76static double zero = 0.;
     77
    7578/* FIXME HBB 2000052: yet another local copy of 'epsilon'. Why? */
    7679#define EPSILON  1e-5           /* Used to decide if two float are equal. */
     80
    7781
    7882#ifndef TRUE
     
    8084#define FALSE    0
    8185#endif
     86
    8287
    8388#define MAX_POINTS_PER_CNTR     100
Note: See TracChangeset for help on using the changeset viewer.