IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3415


Ignore:
Timestamp:
Mar 13, 2005, 4:25:00 PM (21 years ago)
Author:
eugene
Message:

fixed WRP mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/coords.c

    r3393 r3415  
    4141  if ((buf = SelectBuffer (argv[1], OLDBUFFER, TRUE)) == NULL) goto escape;
    4242  GetCoords (&coords, &buf[0].header);
    43   if (strcmp(&coords.ctype[4], "-WRP")) {
     43  if (!strcmp(&coords.ctype[4], "-WRP")) {
    4444    if (MOSAIC == NULL) {
    4545      fprintf (stderr, "must supply mosaic for WRP coords\n");
Note: See TracChangeset for help on using the changeset viewer.