IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2011, 1:02:59 PM (15 years ago)
Author:
bills
Message:

fix circular dependency in header files by moving the declaration of struct Graphdata to libdvo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/get_graphdata.h

    r31636 r31647  
    22#define GET_GRAPHDATA_H
    33
    4 #include "kapa.h"
     4// This was moved from kapa.h
     5
     6typedef struct graphdata {
     7  double xmin, xmax, ymin, ymax;
     8  int style, ptype, ltype, etype, ebar, color;
     9  double lweight, size;
     10  double ticktextPad;
     11  double labelPadXm, labelPadYm, labelPadXp, labelPadYp;
     12  double padXm, padXp, padYm, padYp;
     13  Coords coords;
     14  int flipeast, flipnorth;
     15  char axis[8], labels[8], ticks[8];
     16} Graphdata;
     17
    518
    619int GetGraphdata PROTO((Graphdata *data, int *kapa, char *name));
Note: See TracChangeset for help on using the changeset viewer.