IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4841


Ignore:
Timestamp:
Aug 20, 2005, 5:27:55 AM (21 years ago)
Author:
eugene
Message:

added note

Location:
trunk/Ohana/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/fixcat/src/fixcat.c

    r2490 r4841  
    1313  struct timeval now, then; 
    1414 
     15  fprintf (stderr, "this function is not well-defined: review and recode\n");
     16  exit (1);
     17
    1518  gettimeofday (&then, (void *) NULL);
    1619  ConfigInit (argc, argv);
     
    2629  }
    2730
    28   /* if lockfile exists, program will complain and quit */
    29   check_lockfile ();
    30 
     31  /* replace with addstar/gcatalog as example */
    3132  gcatalog (argv[1], &catalog);
    3233
  • trunk/Ohana/src/misc/src/fixcpt.c

    r3466 r4841  
    11# include <ohana.h>
    22# include <dvo.h>
     3
     4/**** this was a one-off program to repair errors in the loneos db files ****/
    35
    46main (argc, argv)
Note: See TracChangeset for help on using the changeset viewer.