- Timestamp:
- Feb 25, 2007, 4:33:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/relastro/include/relastro.h
r12049 r12050 4 4 # include <signal.h> 5 5 6 /* # define GRID_V1 */7 # define GRID_V28 9 # if (0)10 6 typedef struct { 11 double xmin, xmax, ymin, ymax; 12 int style, ptype, ltype, etype, color; 13 double lweight, size; 14 } Graphdata; 15 # endif 7 double Ro, dRo; 8 double Do, dDo; 9 10 double uR, duR; 11 double uD, duD; 12 13 double p, dp; 14 } PMfit; 16 15 17 16 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.
