Changeset 34618 for branches/eam_branches/ipp-20120905/Ohana
- Timestamp:
- Oct 27, 2012, 2:39:41 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/Ohana
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.astro (modified) (1 prop)
-
src/opihi/cmd.astro/cplot.c (modified) (1 diff)
-
src/opihi/cmd.data/dbselect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/Ohana
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed
/trunk/Ohana/src/opihi/cmd.astro merged: 34584,34613
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.astro/cplot.c
r34521 r34618 3 3 int cplot (int argc, char **argv) { 4 4 5 double ra_prev ;5 double ra_prev = 0; 6 6 int i, kapa, Npts, status, leftside; 7 7 opihi_flt *x, *y, *r, *d, Rmin, Rmax, Rmid; -
branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.data/dbselect.c
r34573 r34618 62 62 for (i = 0; i < Ncols; i++) { 63 63 char *name = fields[i].name ? fields[i].name : fields[i].org_name; 64 if ((vec[i] = SelectVector ( fields[i].name, ANYVECTOR, TRUE)) == NULL) {65 gprint (GP_ERR, "trouble creating vector named %s\n", fields[i].name);64 if ((vec[i] = SelectVector (name, ANYVECTOR, TRUE)) == NULL) { 65 gprint (GP_ERR, "trouble creating vector named %s\n", name); 66 66 free (query); 67 67 free (vec);
Note:
See TracChangeset
for help on using the changeset viewer.
