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/libkapa/include/kapa.h

    r31559 r31647  
    8585} KapaSection;
    8686
    87 typedef struct {
     87#ifdef NOT_MOVED_TO_DVO
     88typedef struct graphdata {
    8889  double xmin, xmax, ymin, ymax;
    8990  int style, ptype, ltype, etype, ebar, color;
     
    9697  char axis[8], labels[8], ticks[8];
    9798} Graphdata;
     99#endif
    98100
    99101typedef struct {
Note: See TracChangeset for help on using the changeset viewer.