Changeset 1838 in Sophya for trunk/SophyaPI/PIGcont/pigncont.cc


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/pigncont.cc

    r1829 r1838  
    55#include <math.h>
    66
    7 #include <typeinfo>
    8 
    9 #include <vector>
    10 #include <string>
    11 
    12 #include "ctimer.h"
    13 #include "piacmd.h"
    14 #include "nobjmgr.h"
    15 #include "pistdimgapp.h"
    16 
    17 #include "pidrawer.h"
    18 #include "nomgadapter.h"
    19 
    207#include "histos.h"
    21 #include "histos2.h"
    22 #include "hisprof.h"
    238#include "ntuple.h"
    249
    25 #include "servnobjm.h"
    26 #include <nbtri.h>
     10#include "nbtri.h"
    2711
    2812#include "picntools.h"
    2913#include "pigncont.h"
    30 //A-Virer #include "pidrwtools.h"
    31 //A-Virer #include "piaxestools.h"
    32 
    33 extern "C" {
    34 #include "contour.h"
    35 #include "alloc.h"
    36 #include "set.h"
    37 }
    38 
    39 TBOOLEAN multiplot;
    40 double zero =0;
    41 TBOOLEAN polar;
    42 int xleft, xright, ybot, ytop;
    43 float xsize;
    44 float ysize;
    45 float xoffset, yoffset;
    46 
     14
     15/*  A virer ?? Reza 21/12/2001
     16static TBOOLEAN multiplot;
     17static double zero =0;
     18static TBOOLEAN fg_polar;
     19static int xleft, xright, ybot, ytop;
     20static float xsize;
     21static float ysize;
     22static float xoffset, yoffset;
     23*/
    4724
    4825GNUPlotContour::GNUPlotContour(struct iso_curve * iso){
Note: See TracChangeset for help on using the changeset viewer.