Changeset 4689 for trunk/Ohana/src/opihi/cmd.data/load.c
- Timestamp:
- Jul 31, 2005, 1:04:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/load.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/load.c
r3693 r4689 58 58 SendGraphCommand (Ximage, 16, "OVER %9d ", n); 59 59 60 dx = dy = 0; 60 61 for (n = 0; scan_line (f, line) != EOF;) { 61 62 c = strchr (line, '#'); … … 87 88 ddec = dra; 88 89 case 5: 90 x = ra; 91 y = dec; 92 dx = dra; 93 dy = ddec; 89 94 if (ISCEL) { 90 95 if (!strcmp (type, "LINE")) { … … 106 111 dx = (fabs(x1 - x) + fabs(y1 - y)); 107 112 } 108 }109 else {110 x = ra;111 y = dec;112 dx = dra;113 dy = ddec;114 113 } 115 114 }
Note:
See TracChangeset
for help on using the changeset viewer.
