(file) Return to jtsfiddle.c CVS log (file) (dir) Up to [Development] / JSOC / proj / globalhs / apps

Diff for /JSOC/proj/globalhs/apps/jtsfiddle.c between version 1.3 and 1.4

version 1.3, 2011/08/16 02:29:10 version 1.4, 2011/11/15 05:20:00
Line 492  int DoIt(void)
Line 492  int DoIt(void)
   }   }
   if (inrecset->n == 0)   if (inrecset->n == 0)
   {   {
     printf("ERROR: input recordset contains no records\n");      fprintf(stderr, "ERROR: input recordset contains no records\n");
     return 1;     return 1;
   }   }
   if (inrecset->n > 1)   if (inrecset->n > 1)
   {   {
     printf("ERROR: nrecs > 1 not yet supported.\n");      fprintf(stderr, "ERROR: nrecs > 1 not yet supported.\n");
     return 1;     return 1;
   }   }
  
Line 638  int irec=0;
Line 638  int irec=0;
   lmax=drms_getkey_int(inrec, "LMAX", NULL);   lmax=drms_getkey_int(inrec, "LMAX", NULL);
   if (lmin != lmax)   if (lmin != lmax)
   {   {
     printf("ERROR: lmin != lmax not yet supported.\n");      fprintf(stderr, "ERROR: lmin != lmax not yet supported.\n");
     return 0;     return 0;
   }   }
   lmode=lmin;   lmode=lmin;


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Karen Tian
Powered by
ViewCVS 0.9.4